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 & ContainersBuild

Expose Internally

The application is running, but other services in the cluster can't reach it. It needs to be accessible from within the cluster.

10 min
Initial Situation

A web application is deployed and running in the namespace. The pods are healthy and serving traffic on port 8080. However, there's no way for other pods to reach this application. You need to make it accessible using a Kubernetes Service.

Your Mission0/1
Loading validation status...

Start this challenge in your local Kubernetes cluster:

$ kubeasy challenge start expose-internally