- Home
- All questions
- Question 164
CKA study material · question 164 of 1000
Which is the simplest way to confine a Pod to nodes carrying a particular label?
Show the answer
Answer: A. nodeSelector
nodeSelector is the simplest placement constraint: the Pod runs only on nodes carrying every label it lists.
Source: Assigning Pods to Nodes (Kubernetes) — nodeSelector