Public-health Pods keep running but fail readiness probes. How does that affect a Service that selects those Pods?
Select an answer to reveal the explanation.
Short Explanation
Failing readiness is like putting a "closed" sign on a register — the Pod stays in the store, but the Service stops sending customers there.
Full Explanation
Readiness gates inclusion in Service Endpoints/EndpointSlices. Containers that are not ready are excluded so clients avoid unhealthy backends while the Pod object may still exist. The Service type and DNS name are not rewritten solely because readiness fails.