← Nodes487 / 640
hardkubectl

Extract the kubelet version from every node to verify upgrade status

command

kubectl get nodes -o jsonpath='{.items[*].status.nodeInfo.kubeletVersion}'

also accepted

kubectl get nodes -o jsonpath

Command breakdown

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

kubectlgetnodes-ojsonpath='{.items[*].status.nodeInfo.kubeletVersion}'
FlagPurpose
-oBoolean flag

Test your recall — not just your reading.

Practice with interactive quiz →