- Home
- All questions
- Question 511
CKA study material · question 511 of 1000
You label a node with node-role.kubernetes.io/worker=production. How does Kubernetes interpret the value "production"?
Show the answer
Answer: C. It is ignored; only the label key carries meaning
Kubernetes ignores the value of a node role label; convention is to repeat the role name. Only the node-role.kubernetes.io/<role> key is meaningful, and it has no scheduling effect on its own.
Source: Nodes (Kubernetes) — Management › Manual Node administration