KubeasyKubeasy

Master Kubernetes through hands-on challenges and real-world scenarios. Free, open-source learning platform for developers.

Product

  • Challenges
  • Documentation
  • CLI Tool

Community

  • GitHub
  • Discord
  • Contribute

Legal

  • Privacy
  • Terms
  • License

© 2025 Kubeasy. Open source under Apache License 2.0.

KubeasyKubeasyKubeasy
  • Challenges
  • Blog
  • Documentation
Sign InTry Demo
Back to Challenges
easyPods & ContainersFix

Wrong Selector

The Service exists but can't find any backend pods. Requests to the service timeout, yet the pods are running fine.

10 min
Initial Situation

A web application was deployed with a Deployment and Service. The pods are Running and healthy when checked directly. However, the Service shows 0 endpoints. Requests to the Service timeout with "no route to host".

Your Mission0/2
Loading validation status...

Start this challenge in your local Kubernetes cluster:

$ kubeasy challenge start wrong-selector