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

CKA study material · question 149 of 1000

A node's labels are changed so it no longer matches a DaemonSet's selector. What does the controller do?

  1. It marks the Pod for eviction after five minutes
  2. It does nothing; DaemonSets ignore label changes
  3. It deletes the Pod from that node
  4. It leaves the Pod running until the node reboots
Show the answer

Answer: C. It deletes the Pod from that node

A DaemonSet promptly adds Pods to newly matching nodes and removes them from nodes that no longer match.

Source: DaemonSet (Kubernetes) — Updating a DaemonSet

Challenge yourself on this topic → Study as cards