AKS Ingressgateway with fixed static IP

Hi there,

I’m looking to create an internal ingressgateway on one of our AKS clusters. I am able to achieve this by adding an annotation of service.beta.kubernetes.io/azure-load-balancer-internal=true.

The next step would involve setting this to a predictable static IP so I can point an A record for clients outside the cluster. I was wondering how to achieve this one?
I have tried setting externalIPs in my values.yaml, however this doesn’t appear to be honoured.
Any assistance or thoughts on this one would be greatly appreciated.

Cheers

Turned out I was being an idiot :smiley:
One needs to set loadBalancerIP instead of externalIPs and this works as expected.