Skip to content

Commit

Permalink
Add GRPCRoute to list of core Gateway APIs in architecture doc (#2103)
Browse files Browse the repository at this point in the history
Add GRPCRoute to list of core Gateeway APIs
  • Loading branch information
ciarams87 committed Jun 7, 2024
1 parent 9d07512 commit 7e00ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/overview/gateway-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The reader needs to be familiar with core Kubernetes concepts, such as pods, dep

## NGINX Gateway Fabric Overview

NGINX Gateway Fabric 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 Gateway Fabric supports a subset of the Gateway API.
NGINX Gateway Fabric 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_, _GRPCRoute_, _TCPRoute_, _TLSRoute_, and _UDPRoute_ -- to configure an HTTP or TCP/UDP load balancer, reverse proxy, or API gateway for applications running on Kubernetes. NGINX Gateway Fabric supports a subset of the Gateway API.

For a list of supported Gateway API resources and features, see the [Gateway API Compatibility]({{< relref "/overview/gateway-api-compatibility.md" >}}) documentation.

Expand Down

0 comments on commit 7e00ed3

Please sign in to comment.