- Home
- All questions
- Question 713
CKA study material · question 713 of 1000
A Service backed by 1500 Pods carries the annotation endpoints.kubernetes.io/over-capacity: truncated. What does that indicate?
Show the answer
Answer: D. The legacy Endpoints object holds only 1000 of the backends
The 1000-endpoint truncation affects the legacy Endpoints API only; EndpointSlices have no such ceiling, so a load balancer reading Endpoints sees a subset while one reading slices sees them all.
Source: Service (Kubernetes) — Defining a Service › Endpoints (deprecated) › Over-capacity endpoints