- Home
- All questions
- Question 712
CKA study material · question 712 of 1000
At roughly what point does Kubernetes create an additional EndpointSlice for a growing Service?
Show the answer
Answer: B. Once the existing slices each hold 100 endpoints and another is needed
A new EndpointSlice is created when every existing one holds at least 100 endpoints, and only when a further endpoint actually has to be recorded. 1000 is the legacy Endpoints truncation point.
Source: Service (Kubernetes) — Defining a Service › EndpointSlices