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

CKA study material · question 216 of 1000

Which objects does kube-proxy treat as the source of truth for routing internal traffic?

  1. Pod status fields
  2. EndpointSlices
  3. NetworkPolicies
  4. Services
Show the answer

Answer: B. EndpointSlices

EndpointSlices are what kube-proxy reads to decide where Service traffic goes.

Source: EndpointSlices (Kubernetes) — EndpointSlice API

Challenge yourself on this topic → Study as cards