Replies: 1 comment 5 replies
-
|
Short answer - because no one worked on them yet. Longer version - It's a matter of priorities. We are also happy to accept PRs for these if you feel like contributing. Regarding your second question - you can adjust the service type to NodePort using the GatewayParameters object (in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With the retirement of Ingress NGINX, I’ve been evaluating production-ready Gateway API implementations. Both Envoy Gateway and KGateway use Envoy as the data plane, but the gap in available features between the two is surprisingly large. This is confusing, especially because several fundamental capabilities, such as OIDC authentication, basic authentication (similar to what we could configure via Ingress annotations), and API key authentication are not available in kgateway.
With Ingress NGINX, we can expose the controller using a NodePort service, and all created VIPs use those NodePorts as backend ports. As a result, every Ingress resource created across the cluster routes traffic through those same ports. How does kgateway handle this scenario?
Beta Was this translation helpful? Give feedback.
All reactions