Challenges

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.

Collection
Category
Difficulty

Official Collection

Challenges crafted by iximiuz Labs to help you master DevOps and Server Side topics.

Challenge,  Medium

Diagnose and Resolve Stability Issues in a Go Application Deployment

This challenge focuses on debugging memory usage issues in a Go application deployed in a Kubernetes cluster. The goal is to ensure the application can handle moderate traffic without crashing, even when it runs with significantly constrained memory resources.

Submissions: 290/582
See all official challenges →

Community Collection

Challenges contributed by the community members sharing their knowledge and expertise.

Challenge,  Medium

Resolve a Container Port Conflict and Expose Multiple Ports Through a Single Service

A Deployment with two nginx containers has a port conflict — both containers use port 80. Fix the conflict by updating the ConfigMap, mounting it into the second container, updating the containerPort, and exposing both containers via a NodePort Service.

Submissions: 4/6
See all challenges from the community →