Study. uk . com
  1. Home
  2. All questions
  3. Question 519

CKA study material · question 519 of 1000

You cordon a node that is currently running twelve Pods. What is the immediate effect on those Pods?

  1. They are evicted in order of priority
  2. They continue running untouched
  3. They are marked NotReady but keep serving traffic
  4. Only DaemonSet Pods keep running; the rest are rescheduled
Show the answer

Answer: B. They continue running untouched

Cordoning marks a node unschedulable so nothing new lands there; it does not disturb the workload already present. Moving those Pods requires a drain.

Source: Nodes (Kubernetes) — Management › Manual Node administration

Challenge yourself on this topic → Study as cards