data
K8s service selector matches no pods
resolve · kind · kubernetes · service · selector · endpoints · networking · View on GitHub
Instruction
Every request to the web service in the web namespace is timing out and the storefront is dark. The weird part: the pods behind it look completely healthy — two replicas, ready, serving fine when we exec in and curl localhost.
Figure out why the service isn't routing and fix it. The deployment itself is fine, so don't go restarting things at random — traffic to web.web.svc.cluster.local port 80 has to reach the pods again.
Results
No trials recorded yet.