profile

Ivan Velichko

Ivan on Containers, Kubernetes, and Backend Development

Published over 2 years ago • 3 min read

Hey, hey!

It's Ivan Velichko, from iximiuz.com! It's the end of the year, so it's time for a little retrospective, presents, and future plans 🎉

I've been blogging persistently for the past few years, and 2021 became the year for my blog. This year, the grand total of six articles of mine hit the front page of Hacker News, and I'm thankful to all of you for that tremendous level of support:

​

​

The SEO traffic also kept growing and almost quadrupled since the summer:

​

​

On the blog, I strive to publish stuff that stays relevant for at least a few years. The ever-increasing number of posts (60+ at the time of writing this email) and the growing traffic made me think it's time to improve the blog structure. So, I spent the first half of December redesigning the site, and I'm ready to present you with the results:

​

The update includes:

I hope the redesign will help readers to explore the materials. But I also tend to see it as the first step toward my more ambitious goal - repurposing this site from a personal blog to an educational resource. In the long run, I see it as a place with a rich set of high-quality learning materials (ideally augmented with interactive in-browser labs) where readers could return again and again to improve their Cloud-Native and Server-Side skills.

With all the above happenings, I have a strong motivation to double down on my writing (and drawings) in 2022. I'm not going to give up my engineering job yet because it keeps me hands-on, but I'd love to find an opportunity to spend more time on the blog in the coming year. So, I'm starting to think of ways to fund this activity. Have an idea? Drop me a message!

What I Was Writing

Two full-fledged blog posts this month:

  • ​OpenFaaS - Run Containerized Functions On Your Own Terms. From my prior AWS experience, I kept warm memories of the AWS Lambda service. So, I was pleasantly surprised to learn how simple it is to get a comparable but fully self-hosted FaaS solution. Here is my evaluation of the OpenFaaS project - both from the developer's and operator's standpoint. It'll highly likely become an integral part of the learning platform I'm working on.
  • ​Containers 101: attach vs. exec - what's the difference? A true 101 topic but explained deeply. Say no to memorization, only real understanding matters.

And one twitter thread with a huge collection of Kubernetes GUI/UI/CLI clients. My personal favorites are k9s (terminal dashboard) and Octant (browser dashboard). Although, I still use kubectl 99.9% of the time.

What I Was Reading

  • ​Kubernetes isn't about containers - yes, yes, and yes! It's about the control plane and APIs! Kubernetes API became a lingua franca for infra folks doing all kinds of automation. That's why I've already started working on a series of articles on Kubernetes API and how to access it with client-go (an impressive piece of software for a simple HTTP client).
  • ​CUE is an exciting configuration language - YAML was supposed to become a human-friendly format replacing the way too verbose JSON. And for small pieces of configs, it indeed has. However, when YAML files get bigger, maintaining them becomes a nightmare. CUE to the rescue! CUE is as concise as YAML, as machine-friendly as JSON, and also offers embedded schema validation and primitive scripting. It'll definitely be my new favorite toy in 2022.
  • ​U-Shaped Utility of Monorepos - Matt's take on monorepos. Monorepos didn't exist for me until I joined a big company with thousands of developers and hundreds of services. At first, I was (unpleasantly) surprised. But now, I see them as a cool engineering challenge that, when solved properly, has a huge positive impact on DevEx.

Tech News I've Come Across

Stay Tuned

That's it for now. I wish you a Happy New Year and see you all in January!

Stay safe!

Cheers,

Ivan Velichko

P.S. If you find this newsletter helpful, please spread the word - forward this email to your friend :)

Ivan Velichko

Software Engineer at day. Tech Storyteller at night. Helping people master Containers.

Read more from Ivan Velichko

Hello friends! Ivan's here - with a well overdue February roundup of all things Linux, Containers, Kubernetes, and Server-Side craft 🧙 What I was working on A lot of stuff on the dev side - not so much on the content side. But things are soon to reverse 🤞 Announcing labCTL - the long-awaited iximiuz Labs CLI A dozen people have asked me over the past year-ish if there'll be access to the playgrounds from the local terminal and not only from the browser. And while I myself wanted this feature...

about 2 months ago • 7 min read

Hello there! 👋 Debugging containerized applications is... challenging. Debugging apps that use slim variants of container images is double challenging. And debugging slim containers in hardened production environments is often close to impossible. Before jumping to the DevOps problems that I prepared for you this week, let's review a few tricks that can be used to troubleshoot containers. If the container has a shell inside, running commands in it with docker exec (or kubectl exec) is...

2 months ago • 1 min read

Hey hey! Are you ready for your next DevOps challenge? Last week, we all witnessed yet another terrifying cyber-security event, and this time, it was a direct hit - researchers from Snyk discovered a way to break out of containers! 🤯 The vulnerability was found in the fundamental component of the containerization ecosystem - the most popular implementation of the (low-level) OCI container runtime - runc. Notice how, on the diagram above, most high-level container runtimes actually rely on the...

3 months ago • 1 min read
Share this post