AKS - removing load balancer from your MC_x resource group

Load balancer is critical for the proper functionality of a cluster in AKS and although in some setup we tend to use NAT gateway, does it means we can delete the load balancer? Or maybe we think there's an overhead in maintaining our terraform code to do port number allocation (SNAT requirements)

No - we still need it for stuff like create a load balancer service that in turns provision a public ip automatically. That gets associated to your AKS load balancer. If you try to forcefully remove it, you will bump into some error - as shown here.







Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm