- Home
- All questions
- Question 637
CKA study material · question 637 of 1000
Two Deployments in a namespace were written with the same label selector. What is the documented consequence?
Show the answer
Answer: B. The controllers fight over the same Pods and neither behaves correctly
Overlapping selectors are not detected or prevented; both controllers claim the same Pods and interfere with each other, which is why selectors must be distinct.
Source: Deployments (Kubernetes) — Writing a Deployment Spec