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

CKA study material · question 218 of 1000

After heavy Pod churn, several EndpointSlices for one Service are only partly full. Why?

  1. Partly full slices are garbage collected after an hour
  2. kube-proxy prunes entries it cannot reach
  3. Slices are split by node, so each is bounded
  4. The control plane fills slices but never rebalances them
Show the answer

Answer: D. The control plane fills slices but never rebalances them

The control plane fills EndpointSlices as fully as it can but does not actively rebalance them afterwards.

Source: EndpointSlices (Kubernetes) — Distribution of EndpointSlices

Challenge yourself on this topic → Study as cards