See which workloads are affected by a node problem.
Section: Scheduling and Maintenance
List pods on a specific node
bash
bash
kubectl get pods -A --field-selector spec.nodeName=<node> -o wideLearn 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 Scheduling and Maintenance
List DaemonSets
Verify whether node-level agents are missing or unhealthy.
Open a debug shell on a node
Create a privileged debug pod on the node for investigation.