Envoy Gateway with external load balancer #7996
-
|
Hi. I am currently working on a project that utilizes some of the functionality in Envoy Proxy especially. This is neatly packaged in Envoy Gateway and have been working well with Gateway API ingress definition. However I have just gotten a requirement that we are to use an external load balancer and to define NodePort service for ingress in k8s... I have read the documentation and gotten Envoy Gateway configured with NodePort definitions, however these are assigned random nodeport values, not using the assigned port values. My current configuration looks like below. But results in NodePort services being defined as below. I would have expected some configuration property somewhere to be able to let me control nodeport value directly. As I cannot currently control where my services is exposed making this unusable for static configurations. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
From what arko said in #2220 (comment), you should be able to patch the service as you wanted. |
Beta Was this translation helpful? Give feedback.
From what arko said in #2220 (comment), you should be able to patch the service as you wanted.