Debug a Failing Kubernetes Job
A Job manifest at /home/laborant/batch-job.yaml is exiting with a non-zero exit status. The Job has limited retries configured. Inspect the cluster and the manifest to find the bug, fix it, and reapply.
Focused, hands-on problems for sharpening your DevOps and server-side skills. Some teach specific concepts while others mirror real-world scenarios. Every challenge includes hints, feedback, and automated solution checks.
A Job manifest at /home/laborant/batch-job.yaml is exiting with a non-zero exit status. The Job has limited retries configured. Inspect the cluster and the manifest to find the bug, fix it, and reapply.
A Deployment is stuck with Pods in ContainerCreating state because the required ConfigMap was not created. Fix the issue to make the application accessible.
A systemd-managed worker process starts cleanly, prints a few heartbeat lines, then silently vanishes - over and over again. Diagnose why the process keeps dying and stabilize the service.
An image conversion daemon was installed from a vendor package, but it fails to start. Diagnose why the binary cannot be loaded and fix the installation.
A system daemon crashes on startup with a cryptic, non-actionable error message. Investigate the failure, identify its root cause, and get the service running.
Learn how to properly stop a Docker container whose application needs more than the default 10 seconds to shut down gracefully.
Can you resolve issues with a Node.js container's termination process to ensure graceful shutdown on 'docker stop'?
Practice copying files to/from running Kubernetes Pods to become a Kubernetes troubleshooting ninja.
Practice copying files to/from running containers to become a container troubleshooting wizard.
Practice your container debugging skills by editing a file in a running container.