Skip to content

Commit e7c711b

Browse files
authored
Updating ngrok Gateway API Implementation on Implementations page (#3775)
1 parent 54df0a8 commit e7c711b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

site-src/implementations.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,15 +487,20 @@ If you have any suggestions or experience issues with NGINX Gateway Fabric, plea
487487

488488
### ngrok Kubernetes Operator
489489

490-
[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.
490+
[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:
491+
-Routes (HTTPRoute, TCPRoute, TLSRoute) + RouteMatches (Header, Path, +more)
492+
-Filters: Header, Redirect, Rewrite + more
493+
-Backends: Backend Filters + Weighted balancing
494+
-ReferenceGrant: RBAC for multi-tenant clusters handling
495+
-Traffic Policy as an extensionRef or annotation when the Gateway API isn’t flexible enough
491496

492497
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]
493498

494499
[ngrok-k8s-operator]:https://github.com/ngrok/ngrok-operator
495500
[ngrok]:https://ngrok.com
496501
[ngrok-k8s-gwapi-docs]:https://ngrok.com/docs/k8s/
497502
[ngrok-issue-new]: https://github.com/ngrok/ngrok-operator/issues/new/choose
498-
[ngrok-slack]:https://ngrokcommunity.slack.com/channels/general
503+
499504

500505
### STUNner
501506

0 commit comments

Comments
 (0)