Pod, Service, and Cross-Namespace DNS Resolution
Create a Pod with ConfigMap volume mount, expose it via ClusterIP Service, and test connectivity from another namespace. This combines multiple Kubernetes concepts.
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 Pod with ConfigMap volume mount, expose it via ClusterIP Service, and test connectivity from another namespace. This combines multiple Kubernetes concepts.
An existing e-commerce frontend application is running in Kubernetes. Scale the deployment to handle increased traffic and expose it using a NodePort Service with proper labeling.
A web application is deployed but the website is not accessible. Investigate and fix the issue.