kubectl get nodes -o wide

Category: Kubernetes & Containers

kubectl get nodes -o wide

List nodes with IPs and runtime details

Adds internal and external IPs, the OS image, kernel version, and container runtime to the plain node listing. Handy when investigating node-level networking or capacity issues. Pair with kubectl describe node node-a for deeper conditions.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.