Skip to content

Commit

Permalink
Improve project description (nginx#96)
Browse files Browse the repository at this point in the history
Add small improvements to the description, consistent with the project
description here https://gateway-api.sigs.k8s.io/implementations/#nginx-kubernetes-gateway
  • Loading branch information
miledxz committed Apr 8, 2022
1 parent c939c6c commit 8e7d2bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

# NGINX Kubernetes Gateway

NGINX Kubernetes Gateway is an open source project that provides an implementation of the Kubernetes [Gateway API](https://gateway-api.sigs.k8s.io/) using NGINX as the data plane.
The goal of this project is to implement the core Gateway APIs -- `Gateway`, `GatewayClass`, `HTTPRoute`, `TCPRoute`, `TLSRoute` and `UDPRoute` -- in order to configure an HTTP Load Balancer for applications running on Kubernetes.
NGINX Kubernetes Gateway is currently under development and supports a subset of the Gateway API.
NGINX Kubernetes Gateway is an open-source project that provides an implementation of the [Gateway API](https://gateway-api.sigs.k8s.io/) using [NGINX](https://nginx.org/) as the data plane. The goal of this project is to implement the core Gateway APIs -- `Gateway`, `GatewayClass`, `HTTPRoute`, `TCPRoute`, `TLSRoute`, and `UDPRoute` -- to configure an HTTP or TCP/UDP load balancer, reverse-proxy, or API gateway for applications running on Kubernetes. NGINX Kubernetes Gateway is currently under development and supports a subset of the Gateway API.

> Warning: This project is actively in development (pre-alpha feature state) and should not be deployed in a production environment.
> All APIs, SDKs, designs, and packages are subject to change.
Expand Down

0 comments on commit 8e7d2bb

Please sign in to comment.