Skip to content

Static Private IP Possible? #5230

Closed Answered by j1m-ryan
jordanabakerafs asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jordanabakerafs,
I think you have found the correct annotation with that azure docs link.

service.beta.kubernetes.io/azure-load-balancer-internal: "true"

I want to point out that the Ingress controller in those azure docs is the community ingress controller.

However this annotation will work for any ingress controller

If you are using helm you can add this annotation to the loadbalancer service in the NGINX Ingress Controller's helm chart

controller:
    service:
        annotations:
            service.beta.kubernetes.io/azure-load-balancer-internal: "true"

Let us know how you get on

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jordanabakerafs
Comment options

@j1m-ryan
Comment options

Answer selected by jordanabakerafs
@jordanabakerafs
Comment options

@jordanabakerafs
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants