School-district clients time out connecting to a ClusterIP Service. Which objects should the administrator inspect to see which Pod IPs currently back the Service?
Select an answer to reveal the explanation.
Short Explanation
When the Service phone line is dead, open the Endpoints/EndpointSlices directory to see which Pod IPs are actually listed.
Full Explanation
Endpoints and EndpointSlices are the control-plane objects that reflect which Pod addresses kube-proxy and dataplanes use for a Service. Empty or stale entries explain timeouts even when Pods exist. ResourceQuotas, CSRs, and PVCs do not enumerate Service backends.