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

CKA study material · question 744 of 1000

An endpoint in an EndpointSlice reports serving: true and terminating: true. What is its ready condition?

  1. true, because it is still serving
  2. Unset, because the two conflict
  3. true only if no other endpoint is ready
  4. false
Show the answer

Answer: D. false

ready is shorthand for serving and not terminating, so a shutting-down endpoint that is still answering reports serving true and ready false.

Source: EndpointSlices (Kubernetes) — EndpointSlice API › Conditions

Challenge yourself on this topic → Study as cards