How to bind a fixed public IP in azure to my gateway #4386
-
|
Hi, I'm running a kubernetes cluster in azure and I created this gateway: but the Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
|
Hey @supremefist, thanks for your interest in the project 👋 Yes, you can do this by specifying the addresses field on your Gateway and pointing it at the IP you’ve already provisioned. For example: Once applied, the loadBalancer IP will be set to it: Please note: At the moment, we only support IPAddress type for this field. |
Beta Was this translation helpful? Give feedback.
If you want a static IP, then yes, you need to set this value in the NginxProxy CRD because that's what our control plane uses to configure the
loadBalancerIPfield directly on the NGINX Service, which should then make it have a static external IP address.