Category: Networking
-
Using public IPs from a public IP prefix in Azure Kubernetes Service
When creating a service of type LoadBalancer in AKS, AKS will by default use a random public IP address and configure that on the AKS load balancer. You can however use a static self-managed public IP address as well. Don\’t confuse this with using a public ip prefix for the outbound rule for AKS though.…