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

CKA study material · question 745 of 1000

Every endpoint of a Service is terminating at once. What do Service proxies do?

  1. They drop the traffic until a new endpoint is ready
  2. They route to the endpoints that are serving and terminating
  3. They return the Service's cluster IP as unreachable
  4. They fall back to the Service's DNS records
Show the answer

Answer: B. They route to the endpoints that are serving and terminating

Terminating endpoints are normally skipped, but when all remaining endpoints are terminating a proxy will use those that are still serving rather than dropping the traffic.

Source: EndpointSlices (Kubernetes) — EndpointSlice API › Conditions

Challenge yourself on this topic → Study as cards