- Home
- All questions
- Question 147
CKA study material · question 147 of 1000
How does the DaemonSet controller ensure a Pod lands on its intended node?
Show the answer
Answer: D. By setting node affinity that matches the target node
The controller sets nodeAffinity matching the eligible node, and the default scheduler then binds the Pod.
Source: DaemonSet (Kubernetes) — How Daemon Pods are scheduled