AKS - Part 3 - Standard Load Balancer
Create a AKS using Standard Load Balancer
|
|
When choosing a Standard Load Balancer resource for your AKS Azure will automatically create and configure the Load Balancer. A Public and static IP will be created and assigned to that Load Balancer. There is no need to create a Kubernetes loadBalancer service anymore.
Because there is a Load Balance resource behind your AKS all the outbound traffic will be assume the Load Balancer resource IP.
Outbound IPs
When using a Standard Load Balance resource you can customize the outbound IPs.
You can also have more then one outbound IP and you can do that by specifying IP prefixes for example.
You can choose to have more than one outbound IP for those scenarios where you have a heavy outbound traffic. Using multiple IPs is useful to avoid SNAT port exhaustion
Customizing your Load Balance
Be careful whenever you need or feel like changing the ‘idle-timeout’ and the ‘outbound-ports’ configuration for your Load Balancer.
|
|
In order to customize the outbound-ports you must be sure you have enough resources (available ports) for your outbound traffic.