- Home
- All questions
- Question 232
CKA study material · question 232 of 1000
An administrator requests a clusterIP outside the configured Service range. What does the API server return?
Show the answer
Answer: D. HTTP 422
An invalid clusterIP value makes the API server answer 422 to signal the problem.
Source: Service ClusterIP allocation (Kubernetes) — How Service ClusterIPs are allocated?