kubectl get pods -o wide

Category: Kubernetes & Containers

kubectl get pods -o wide

List pods with node and IP details

Extends the pod listing with each pod's IP, the node it runs on, and the nominated node. Essential when a pod is Running but unreachable, because it shows exactly where the pod landed. Pair with kubectl describe pod for container-level details.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.