Setup ConfigMap-Based Configuration Files with Validated Probes
Create a ConfigMap, mount it into a Deployment as individual files, and validate the mounted values using a readiness probe.
Focused hands-on problems designed to help you hone your DevOps or Server Side skills. Some challenges are more educational, while others are based on real-world scenarios. The platform provides hints and feedback for each challenge, including automated solution checks.
Challenges contributed by the community members sharing their knowledge and expertise.
Create a ConfigMap, mount it into a Deployment as individual files, and validate the mounted values using a readiness probe.
Create a Pod with a readiness probe that checks for the existence of a file inside the container to determine its ready state.