Prevent new pods from being scheduled onto a node.
Section: Scheduling and Maintenance
Cordon a node
bash
bash
kubectl cordon <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 Scheduling and Maintenance
List pods on a specific node
See which workloads are affected by a node problem.
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.