Allow LoadBalancers to bind to Static IPs, created in the AKS Resource Group
At the moment LoadBalancers can only bind to IPs, created in the automatically created AKS ResourceGroup (the one starting with MC_).
As I'm not a fan of manually editing automatically created resources. I would like to be able create IPs besides the AKS resource and let my LoadBalancers bind to them.

2 comments
-
Shayan commented
Microsoft has some documentation about how to bind a static IP in another resource group to a Load Balancer service
-
Bo Petersen commented
This works fine with nginx-ingress using this annotation:
kubectl annotate service nginx-ingress-controller -n ingress service.beta.kubernetes.io/azure-load-balancer-resource-group=<other_group_name>