Forum Discussion
Kaivalya
Mar 10, 2021Copper Contributor
Azure: How to create Standard Load Balancer without public IP address?
I want to run my application with AKS cluster(version - 1.18.14) with the dependency of standard load balancer to create multiple node pools. But, the standard load balancer is creating public IP add...
hspinto
Microsoft
You have to use an Internal Load Balancer for this purpose. Please, follow the doc below:
https://docs.microsoft.com/en-us/azure/aks/internal-lb
https://docs.microsoft.com/en-us/azure/aks/internal-lb
AndrewBirch
Apr 24, 2021Copper Contributor
As per https://access.redhat.com/solutions/3215091, Azure internal load balancer is not suitable in front of a pool of master nodes servicing api calls that may come from master nodes themselves.