Azure AMPLS demystified
Can we have a private monitoring stack in Azure ? That was a question I got from one of my customers. They are using #ZeroTrust Network and wanted all services…
12/03/2024
By deafault, `AKS` uses a public IP attached to the Load Balancer for outbound traffic. This IP address is by default provisioned by AKS. But you can also bring your own IP address for the outbound traffic using `–load-balancer-outbound-ips` or `–load-balancer-outbound-ip-prefixes`. This is useful when you want to whitelist the…