See what is scheduled on a node.
Section: Nodes, Taints, and Scheduling Controls
List pods on node
bash
bash
kubectl get pods -A --field-selector spec.nodeName=worker-02 -o wideExplanation
See what is scheduled on a node.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Nodes, Taints, and Scheduling Controls