Is proxy protocol supported? #1400
-
Hi everyone, I am digging deeper into Kubernetes Gateway API these days and chose the Nginx Gateway Fabric (ngf) implementation since I know ingress-nginx quite well. Question: I already found this discussion but the outcome for my question is not clear to me: #708 Setup: Everything works fine so far but I am missing the feature of enabling (receiving) proxy protocol in ngf. ngf is capable of using the annotation Problem:
And of course a published web service displays an HTML page of:
Conclusion: For "production readiness" a few features are still missing. Will they be supported and are they already supported?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We currently do not support proxy protocol in NGF |
Beta Was this translation helpful? Give feedback.
-
Although we do not support enabling proxy protocol in NGINX at the moment, we are working on a method to enable this and other NGINX configuration via extensions or attachments, as defined by the Gateway API. Once we get the preliminary work out of the way to define where these various features can go, we SHOULD be able to deliver something like this pretty quickly. I did create an issue for this here for tracking: #1406 Going to see if we can fit this into our next release. The epic is still under construction, so don't look there quite yet. 🙂 |
Beta Was this translation helpful? Give feedback.
Although we do not support enabling proxy protocol in NGINX at the moment, we are working on a method to enable this and other NGINX configuration via extensions or attachments, as defined by the Gateway API.
Once we get the preliminary work out of the way to define where these various features can go, we SHOULD be able to deliver something like this pretty quickly. I did create an issue for this here for tracking: #1406
Going to see if we can fit this into our next release. The epic is still under construction, so don't look there quite yet. 🙂