Mark node schedulable
Show detailed info about a node
List all nodes in the cluster
Mark node as unschedulable
kubectl cordon <node-name>
Prevents new pods from being scheduled on the node.
Cordon that node
kubectl cordon node-1
Show node resource usage
List all pods in current namespace
Show detailed info about a pod