#AKS Default Load Balancer

1 messages · Page 1 of 1 (latest)

alpine roost
#

I'm trying to make a really cheap not so reliable AKS cluster, and one obstacle that I'm facing is the default load balancer created with AKS named 'kubernetes', this also creates a public static IP. I'm wondering if I can route an nginx container through that default instead of it creating a new one for it, or make the load balancer default IP dynamic as its only used for ingress from my research. Thanks

alpine roost
#

Is there a way for make to route nginx through the default static IP?