Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. kube-proxy has stopped programming rules for the Service
  2. The Service's EndpointSlices have exceeded their limit
  3. Traffic is being dropped to 1000 of the backends
  4. The legacy Endpoints object holds only 1000 of the backends
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

Challenge yourself on this topic → Study as cards