Skip to content

Commit 8e7d2bb

Browse files
committed
Improve project description (nginx#96)
Add small improvements to the description, consistent with the project description here https://gateway-api.sigs.k8s.io/implementations/#nginx-kubernetes-gateway
1 parent c939c6c commit 8e7d2bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
# NGINX Kubernetes Gateway
44

5-
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.
6-
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.
7-
NGINX Kubernetes Gateway is currently under development and supports a subset of the Gateway API.
5+
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.
86

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

0 commit comments

Comments
 (0)