← Pods122 / 640
easykubectl

List pods with additional details including node name and IP address

command

kubectl get pods -o wide

also accepted

kubectl get po -o widekubectl get pod -o wide

Command breakdown

Part of the Kubernetes CLI (kubectl) — Pods category.

kubectlgetpods-owide
FlagPurpose
-oBoolean flag

Test your recall — not just your reading.

Practice with interactive quiz →