What does 'kubectl cordon' do to a node, and how does it differ from 'kubectl drain'?
-
A
Cordon deletes pods; drain only marks the node unschedulable
-
B
Cordon marks the node unschedulable without evicting pods; drain also evicts existing pods
-
C
Both commands are identical in behavior
-
D
Cordon removes the node from the cluster; drain keeps it registered