What happens to a Pod when its node is drained using `kubectl drain`?
-
A
The Pod is deleted permanently
-
B
The Pod is evicted and rescheduled on another node if managed by a controller
-
C
The Pod enters a Pending state on the same node
-
D
The Pod is paused until the node is uncordoned