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

CKA study material · question 166 of 1000

A running Pod's node loses the label its preferred node affinity matched. What does Kubernetes do?

  1. It marks the Pod Unschedulable
  2. It evicts the Pod
  3. It reschedules the Pod at the next sync
  4. It leaves the Pod running
Show the answer

Answer: D. It leaves the Pod running

IgnoredDuringExecution means a running Pod is left alone when the node's labels stop matching.

Source: Assigning Pods to Nodes (Kubernetes) — Node affinity

Challenge yourself on this topic → Study as cards