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

CKA study material · question 213 of 1000

A Service sets internalTrafficPolicy to Local. What happens to traffic from a Pod on a node with no local endpoints?

  1. It is queued until a local endpoint appears
  2. It is sent to the cluster DNS Service instead
  3. It is routed to endpoints on other nodes
  4. It fails, because the Service appears to have no endpoints there
Show the answer

Answer: D. It fails, because the Service appears to have no endpoints there

With Local, a node lacking endpoints sees the Service as having none, even when other nodes have some.

Source: Service Internal Traffic Policy (Kubernetes) — Using Service Internal Traffic Policy

Challenge yourself on this topic → Study as cards