Kubectl get nodes -o wide doesn't have an external IP

2/26/2022

I am currently learning Kubernetes. But I don't have an External IP when I run kubectl get nodes -o wide. I tried using minikube ip, but no luck. Minikube ip also returns the internal IP. Please help me with this.

Screenshot of kubectl get nodes -o wide

-- Sandeep Kumar
docker
kubernetes
minikube

1 Answer

2/28/2022

External IP is populated if the cluster is provisioned in the cloud like AWS or Azure.

-- P Ekambaram
Source: StackOverflow