Ivan on Containers, Kubernetes, and Backend Development


Hello friends!

Ivan's here - with my traditional monthly roundup of all things Linux, Containers, Kubernetes, and Server-Side craft πŸ§™


What I was working on

After my announcement of the iximiuz Labs GA earlier this month, the platform's usage has more than doubled, so I had to focus on the system's stability and UX. As a result, I increased observability and test coverage, added one more bare-metal server, streamlined a bunch of use cases, and fixed a few bugs.

The most notable user-facing change was the fully reworked Task UI component. A few people complained that after completing a task, it would become impossible to see its original message, so I made the task component expandable. However, this new UI also opened room for adding more information to the element, so I went ahead and enhanced the solution checker, too, and now it supports dynamic hints. Depending on your actions in the playground, the solution checker daemon can send various messages to the browser page, and they will be reflected in the (collapsed by default, so no spoilers) task element!

​

video preview​

​

I also added four new Linux playgrounds (Debian, AlmaLinux, Arch Linux, Kali Linux) and upgraded all the others. The freshest possible versions of K3s, Docker, Go, and the like are at your disposal and are just one click away.

Last but not least, there have been a lot of "Author Experience" improvements. I'm trying to ramp up the content production, potentially opening the platform for other content creators later this year, and for that adding new tutorials or challenges should be as seamless as using the platform as a student. A long way to go, but at least I've started πŸ™ˆ


A minute of shameless bragging

It's been only about three weeks since the GA announcement, and I've already got some exciting numbers to share! πŸš€

In January, more people registered on the platform than in December and November combined!

The new content format (that marked the GA release) - interactive DevOps Challenges - gained quite some popularity (the motley lines on the graph below), but the usage of the free-play sandboxes (the orange areas on the graph) also increased by almost 100%.

I finally integrated a proper payment processor (via Gumroad) and put quite some effort into the "get premium" page (yes, its ugly design is my doing, too), and I still cannot fully comprehend what happened next 🀯

I've made almost $2,000 in sales of the premium status! I truly appreciate everyone who expressed their support for iximiuz Labs this way πŸ™, but what's probably even more heartwarming is that this tiny fraction of users who purchased premium access actually are responsible for as much as 30% of the platform usage!

For comparison, try spotting the blue bar on the user registration chart above 🧐

January truly strengthened my belief in the bright future of the platform! It's still a side-project of mine, so the amount of time I can put into it is fairly limited, but maybe one day... Who knows. πŸš€


What I was writing

Challenges all the way down. The grand total of 8, divided into two series.

Networking 101 - Port Forwarding

Containers 101 - Starting Containers

Go give them a try if you haven't!


What I was reading

Unfortunately, not much - it's been really hard to find a spare minute for the past few months.

​SadServers - A very cool project by Fernando Duran. "Troubleshoot and make a sad server happy!" Or "Like LeetCode but for Linux." Do recommend - it's definitely complementary to my labs.

​The Kubernetes documentation is SO wrong about Namespaces - A better way to think of Namespaces in Kubernetes. Isolation is a good idea even with single-tenant clusters - different apps can definitely use different Namespaces.

🎬 [6:22] Why Service Is the Worst API in Kubernetes, & What We’re Doing About It (slides here) - when one starts talking on Twitter about service discovery in Kubernetes Joe Beda and Tim Hockin show up with a bunch of invaluable insight. Turns out, the original designers of Kubernetes networking are unhappy with the Service abstraction doing way too many things.

​Retries - An interactive study of common retry methods - This is a very long way to say retries should be done with exponential backoff and random jitter, but the blog post is one piece of art. I starred at the visualization for way too much time πŸ™ˆ


Wrapping up

That's it for January. It was quite a month for me, and I'm truly looking forward to February, where my only goal will be content production! πŸ’ͺ Happy learning!

Cheers

Ivan

​
​

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...