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 πŸ‘‹ It's this time of the month again! My traditional roundup of all things Linux, Containers, Kubernetes, and Server Side, delivered straight into your inbox πŸ“¬ What I was working on October was very productive for me - I shipped no major iximiuz Labs features (it's always hard to resist the temptation!) and instead dedicated all my available time to content work. The main focus was on Container Images. It's the subject of the first module of my "panoramic" Docker course, and it is almost...

Hey there, I’ve just finished putting together everything I know about Node.js container images and figured you might find the write-up useful. If you’re working with Node.js in Docker, chances are you’ve been hit by the dilemma of which base image to use. Do you go for the default node:latest, the slimmer node:22-slim, or something super minimal like a distroless image? What about Bitnami’s alternative β€” how does it stack up? Before you jump headfirst into your next build, you might want to...

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