From 4675c16c2deb8527b37a47086fbd25e283532ab8 Mon Sep 17 00:00:00 2001 From: Michael Pleshakov Date: Tue, 5 Apr 2022 16:08:41 -0700 Subject: [PATCH] Improve project description Add small improvements to the description, consistent with the project description here https://gateway-api.sigs.k8s.io/implementations/#nginx-kubernetes-gateway --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 643339a3bc..23199005c9 100644 --- a/README.md +++ b/README.md @@ -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.