iximiuz Labs update: First Content is in, Invites are out 🚀


Hello friends!

I've got some news!

First off, I just released the first piece of real content via iximiuz Labs - it's a tutorial Why and How to Use containerd From Command Line. The key "feature" of it is that it's backed by an automated solution checker.

The new tutorial format resembles my "classic" blog posts, but the materials are sprinkled with assignments, and students are expected to interact with the tutorial using the terminal on the right, while the background solution checker keeps a close eye on the state of the microVM. Any combination of the user's actions that brings the system to the "correct" state will make the text on the left send the student a positive reinforcement signal.

There were a lot of fun technical challenges behind this work, and I'll be happy to share them in greater detail in the nearest future, but for now, let me jump straight to the second portion of the news...

"Invite-wall" is going away!

Now anyone with a GitHub account can use the labs. It's still (very) early beta, so all sorts of bugs are expected, and servers can also run out of capacity at some point, but I really want to let as many folks as possible try out the platform.

What's next? I put a lot of effort into iximiuz Labs over the past half a year - all development still happens only in my free time (read - weekends, holidays, and vacations) - but with the last release, I may very well be done with the first version of the engine! So, I'm really looking forward to finally switching back from writing mostly code to doing more balanced work and reviving this newsletter and my other educational activities.

Have fun, do labs, and stay tuned!

Best

Ivan

P.S. Invite-wall is gone, but your support is still much needed!

Ivan Velichko

Building labs.iximiuz.com - a place to help you learn Containers and Kubernetes the fun way 🚀

Read more from Ivan Velichko

Hello 👋 Ivan's here with a slightly delayed September roundup of all things Linux, Containers, Kubernetes, and Server Side 🧙 What I was working on This month, I worked on an assorted set of topics. Skill Paths First off, the skill paths! I finally finished the underlying machinery, and now iximiuz Labs supports a new type of content - short roadmaps that you can use to develop or improve a specific skill: how to debug distroless containers, how to copy images from one repository to another,...

Hello friends! Ivan's here with another monthly roundup of all things Linux, Containers, Kubernetes, and Server Side 🧙 The issue's main topic is iximiuz Labs' largest-ever upgrade: Fresher and more streamlined look of the frontend UI 💙 A new 5.10 Linux kernel built with nftables support (finally, we can try out kube-proxy's nftables mode). New default playground user - laborant (yep, rootless containers learning for). New playgrounds: Ubuntu 24.04, Debian Trixie, Fedora, and Incus (yay! more...

Hello friends! Ivan's here with a slightly delayed July roundup of all things Linux, Containers, Kubernetes, and Server Side 🧙 What I was working on This month, I got nerd-sniped by cgroups. It all started when I ran into a pretty significant difference in how Docker and Kubernetes handle the OOM events. When you limit the memory usage of a multi-process Docker container, the OOM killer often terminates only one of the processes if the container runs out of memory. If this process is not the...