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,  Hard

Purge an Accidentally Pushed Image From a Container Registry

Sometimes an image needs to be removed from a registry - because it was pushed by mistake, contains sensitive data, or simply should no longer be available. Practice purging a container image properly: remove the tag, trace it to the manifest and blobs behind it, and make sure the image can no longer be pulled - even by digest.

Submissions: 14/38
See all official challenges →

Independent Authors

Challenges from outstanding independent authors proudly hosted by iximiuz Labs.

Challenge,  Easy

eBPF Challenge for Beginners

In this challenge, you’ll debug and fix a deliberately “broken” eBPF program, then prove it’s running by identifying its program and map IDs. Along the way, you’ll explore bpftool, check which helpers are supported, and dig into details like the UID of the loader. Finally, you’ll test your knowledge of eBPF maps by recalling the flag that only inserts a key if it doesn’t already exist.

Submissions: 117/366

Community Collection

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

Challenge,  Medium

Klustered: Level Two

Make sure the Klustered deployment is running the v2 tag and that you can visit the application to see a lovely quote and a video of me dancing.

Submissions: 4/9
Challenge,  Easy

The SED command : Survival Guide - What You Must Know

Master **sed**, the essential stream editor for Linux SysAdmins. Progress through 10 tasks: simple & global substitution, regex patterns, line ranges, deletion, insertion, ... Work with realistic Rocky Linux system files in /home/laborant/sed_challenge/.

Submissions: 45/91
See all challenges from the community →