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

CKA study material · question 217 of 1000

How is an EndpointSlice associated with its Service? Choose two.

  1. By sharing the Service's cluster IP
  2. By an owner reference on the EndpointSlice
  3. By a kubernetes.io/service-name label
  4. By a finalizer naming the Service
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

Challenge yourself on this topic → Study as cards