- Home
- All questions
- Question 483
CKA study material · question 483 of 1000
How do kubectl cordon and kubectl drain differ? Choose two.
Show the answer
Answer: C. cordon marks the node unschedulable without touching its Pods
B. drain also evicts the Pods already running
cordon only marks the node; drain both marks it and evicts its Pods.
Source: kubectl Quick Reference (Kubernetes) — Interacting with Nodes and cluster