- Home
- All questions
- Question 646
CKA study material · question 646 of 1000
How does a DaemonSet Pod come to be running on a particular node?
Show the answer
Answer: C. The controller writes node affinity for the target node and the default scheduler binds it
The DaemonSet controller creates one Pod per eligible node with node affinity naming that node, and the default scheduler then binds it by setting spec.nodeName.
Source: DaemonSet (Kubernetes) — How Daemon Pods are scheduled