Problem scenario
You are running Kubernetes in Azure. You need to find the Ingress pod's IP address. What should you do?
Solution
1. Go to portal.azure.com
2. Go to Kubernetes Service
3. Go to the AKS cluster (e.g., foobar)
4. Go to Services and Ingresses
5. Find the ingress service with the name you are looking for (e.g., foobar_cluster)
6. There should be a LoadBalancer IP address (or possibly a ClusterIP). Scroll to the right to find the external IP address (that does not use a 192.x.x.x, 172.x.x.x, or 10.x.x.x IP address) if that is what you are looking for.