Recover from a broken ConfigMap
beginner
15 minInstructions
In this challenge, you must address the following issue in your Kubernetes cluster: An app won't start because the ConfigMap was updated incorrectly.
Instructions:
- Use only
kubectl
and manifests. - Do not delete critical resources unless explicitly required.
- Validate your solution using
kubectl get
,logs
,describe
, andexec
.
Expected outcome: the application is fully functional, and the issue is resolved.