Study. uk . com
  1. Home
  2. All questions
  3. Question 712

CKA study material · question 712 of 1000

At roughly what point does Kubernetes create an additional EndpointSlice for a growing Service?

  1. Once the existing slices each hold 1000 endpoints
  2. Once the existing slices each hold 100 endpoints and another is needed
  3. Once per node running a backing Pod
  4. Once per zone containing a backing Pod
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

Challenge yourself on this topic → Study as cards