diff --git a/site-src/implementations.md b/site-src/implementations.md index 77fa74a7d2..ab8e48bc7d 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -473,7 +473,12 @@ If you have any suggestions or experience issues with NGINX Gateway Fabric, plea ### ngrok Kubernetes Operator -[ngrok Kubernetes Operator][ngrok-k8s-operator] provides an implementation of the Gateway API that uses [ngrok's ingress-as-a-service][ngrok]. This project uses the Gateway API to support routing traffic from ngrok's global network to applications running on Kubernetes clusters. This easily adds the benefits of ngrok, like security, network policy, and a global presence with the simplicity of cloud service. The operator contains both a Gateway API implementation as well as a controller using Kubernetes Ingress. The Gateway API implementation is currently under development and supports only the Gateway, GatewayClass and HTTPRoute. As the TLSRoute and TCPRoute move from experimental to stable, they will also be implemented. +[ngrok Kubernetes Operator][ngrok-k8s-operator] After adding preliminary support last year, the [ngrok Kubernetes Operator][ngrok-k8s-operator] supports the entire core Gateway API. This includes: +-Routes (HTTPRoute, TCPRoute, TLSRoute) + RouteMatches (Header, Path, +more) +-Filters: Header, Redirect, Rewrite + more +-Backends: Backend Filters + Weighted balancing +-ReferenceGrant: RBAC for multi-tenant clusters handling +-Traffic Policy as an extensionRef or annotation when the Gateway API isn’t flexible enough You can read our [docs][ngrok-k8s-gwapi-docs] for more information. If you have any feature requests or bug reports, please [create an issue][ngrok-issue-new]. You can also reach out for help on [Slack][ngrok-slack] @@ -481,7 +486,7 @@ You can read our [docs][ngrok-k8s-gwapi-docs] for more information. If you have [ngrok]:https://ngrok.com [ngrok-k8s-gwapi-docs]:https://ngrok.com/docs/k8s/ [ngrok-issue-new]: https://github.com/ngrok/ngrok-operator/issues/new/choose -[ngrok-slack]:https://ngrokcommunity.slack.com/channels/general + ### STUNner