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.

See all official challenges →

Community Collection

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

Challenge,  Medium

Schedule Pods Using Required Pod Affinity

A Kubernetes cluster has an existing database Deployment running. Configure a new web Deployment to schedule its pods only on nodes where the database pods are already running using required pod affinity.

Submissions: 8/9
Challenge,  Medium

AWK Mastery: From Zero to Hero

3-phase AWK challenge on realistic data in /home/laborant/awk_challenge/. Fundamentals: columns, delimiters, formatting. Logic & regex: filters, anchors, conditions, math. Sysadmin: logs, CSVs, metrics, counts, reports. Data lives under /home/laborant/awk_challenge/ (logs/access, data/hr, sys/metrics) and outputs are written to /home/laborant/ files.

Submissions: 17/42
Challenge,  Medium

Schedule Pods Using Taints, Tolerations and Node Affinity

A Kubernetes cluster has tainted nodes to restrict pod scheduling. Configure a Deployment to schedule pods exclusively on a specific tainted node using both tolerations and required node affinity.

Submissions: 7/8
See all challenges from the community →