- Home
- All questions
- Question 748
CKA study material · question 748 of 1000
A Service manifest requests a specific clusterIP that another Service already holds. What does the API server do?
Show the answer
Answer: C. It returns an error
Every cluster IP must be unique across the cluster, and asking for one already allocated fails rather than being silently reassigned.
Source: Service ClusterIP allocation (Kubernetes) — How Service ClusterIPs are allocated?