IP Whitelisting in (AKS) Kubernetes / ingress-nginx
Hello anyone who reads this, I'm looking for a way to restrict access to a publically exposed service (type LoadBalancer) at 234.234.234.234:1234 to a specific trusted IP at 123.123.123.123. The way to do this seems to be via nginx.ingress.kubernetes.io/whitelist-source-range: 123.123.123.123/32…