- Home
- All questions
- Question 217
CKA study material · question 217 of 1000
How is an EndpointSlice associated with its Service? Choose two.
Show the answer
Answer: B. By an owner reference on the EndpointSlice
C. By a kubernetes.io/service-name label
Each EndpointSlice carries an owner reference plus a kubernetes.io/service-name label for lookups.
Source: EndpointSlices (Kubernetes) — Ownership