Fix the Broken Deployment

intermediate
20 min
Instructions

You're a Kubernetes platform engineer. A deployment was applied and pods are in a CrashLoopBackOff state.

Your task: identify the problem and fix the deployment without deleting it.

Constraints:

  • You cannot delete the deployment, only patch or edit it.
  • The application must reach a 'Running' state.

You can find the manifest in the dev-app namespace under the deployment name web-deployment.

Expected outcome: pods are running and serving on port 8080.

Track Your Progress

Sign in to track your progress on this challenge.