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
easyVolumes & SecretsBuild

Environment Config

The application is deployed but complains about missing configuration. It needs some settings from the environment to work properly.

15 min
Initial Situation

A web application has been deployed to the namespace. When you check the logs, you see: "ERROR: APP_NAME and APP_ENV not configured". The application expects configuration via environment variables. You need to provide these settings using Kubernetes ConfigMaps.

Your Mission0/2
Loading validation status...

Start this challenge in your local Kubernetes cluster:

$ kubeasy challenge start env-config