Troubleshoot a Website That Is Not Accessible
A web application is deployed but the website is not accessible. Investigate and fix the issue.
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.
A web application is deployed but the website is not accessible. Investigate and fix the issue.
An existing application is running in Kubernetes. A new version must be rolled out using a canary deployment while ensuring traffic is properly distributed.
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.