- Home
- All questions
- Question 714
CKA study material · question 714 of 1000
Which two shortcomings of the Endpoints API led to EndpointSlice replacing it? Choose two.
Show the answer
Answer: A. It cannot describe dual-stack clusters
C. It truncates long endpoint lists
Endpoints cannot represent dual-stack, cannot carry newer fields such as trafficDistribution, and truncates when the list is too long for a single object.
Source: Service (Kubernetes) — Defining a Service › Endpoints (deprecated)