Symptoms¶
- Requests to
http://user-service.prod.svc.cluster.local:8080from other pods returnconnection refused. - The Service
user-serviceexists in theprodnamespace and has a ClusterIP assigned. kubectl get endpoints user-service -n prodshows no endpoints (empty subsets).- There are 3 healthy pods running for the
user-servicedeployment, all inRunningstate with1/1 READY. - The service was recently recreated by a junior engineer who wrote the manifest from scratch.
- The application worked before the service was recreated.