Cloud Technology

Why is the ADDRESS column empty when running 'kubectl get ingress' in Kubernetes?

JO Asked by Jordan Reed · 06-03-2025
0 upvotes 18,987 views 0 comments
The question

I've successfully deployed my Ingress resource and its associated services, but when I run kubectl get ing, the ADDRESS field remains completely blank even after waiting for several minutes. The pods are running, and the service is active, but I can't access my application externally. Is this usually a configuration issue with the Ingress Controller, a missing LoadBalancer service, or an issue with the ingressClassName in newer Kubernetes versions (1.22+)? How can I trigger the controller to assign an IP or hostname?

3 answers

0
SA
Answered on 07-03-2025

The most common reason for a blank ADDRESS field is that an Ingress Controller (like Nginx, Traefik, or HAProxy) is either not installed or not watching your Ingress resource. In Kubernetes 1.22 and later, you must explicitly define the ingressClassName in your YAML (e.g., ingressClassName: nginx). If the controller is installed, check its service; if you are on a cloud provider (AWS, GCP, Azure), the Ingress Controller's service must be of type: LoadBalancer so the cloud provider can provision an external IP. Once the LoadBalancer receives its IP from the cloud, the Ingress Controller will update the Ingress resource, and the ADDRESS will finally populate.

0
DA
Answered on 08-03-2025

I’m running a local cluster using Minikube. Does the ADDRESS field work differently there? I've followed the tutorials, but I still see a blank column even after enabling the ingress addon.

PA 09-03-2025

David, on Minikube, you often need to run the minikube tunnel command in a separate terminal window. Because Minikube runs in a VM or container, it needs that tunnel to bridge the network and provide a "LoadBalancer" IP to the cluster. Once the tunnel is active, the Ingress Controller will see the available IP and update the ADDRESS field, usually to 127.0.0.1 or the Minikube VM IP.

0
BR
Answered on 11-03-2025

Don't forget to check the Ingress Controller logs. If there’s a misconfiguration in your backend service names or port numbers, the controller might refuse to process the Ingress resource, which prevents the address assignment.

JO 12-03-2025

I agree with Brenda. I recently had this issue because my Service and Ingress were in different namespaces. The Ingress Controller can usually only see services in its own namespace unless configured otherwise. Moving them to the same namespace fixed the "No Address" issue immediately!

Share your thoughts

Your email address will not be published. Required fields are marked (*)

Professional Counselling Session

Still have questions?
Schedule a free counselling session

Our experts are ready to help you with any questions about courses, admissions, or career paths. Get personalized guidance from industry professionals.

Request a Call Back

Search Online

We Accept

We Accept

Follow Us

"PMI®", "PMBOK®", "PMP®", "CAPM®" and "PMI-ACP®" are registered marks of the Project Management Institute, Inc. | "CSM", "CST" are Registered Trade Marks of The Scrum Alliance, USA. | COBIT® is a trademark of ISACA® registered in the United States and other countries.

Book Free Session