- Home
- All questions
- 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?
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