Chilling by Lake Balaton with great coffee (at The Rusty Box), while working on some new iximiuz Labs content.
Márk Sági-Kazár
@sagikazarmark.com
Cloud Native Ambassador | OSS maintainer | Speaker, tech content creator | Dagger Commander
🎉 Today's the day! 🎉 Come see myself and @sagikazarmark.com chatting about our experience with the oddities in Kubernetes that we've experienced over our careers. This is going to be a fun one! 11:45am Hall 7 - Room A kccnceu2026.sched.com/event/2CW2p/...
🚨 KUBERNETES THE VERY HARD WAY IS COMPLETE! The complete course is now available on iximiuz Labs: labs.iximiuz.com/courses/kub... If you want to learn how Kubernetes works under the hood, this course is for you.
Kubernetes the (Very) Hard Way (course) | iximiuz Labs
A hands-on, step-by-step guide to assembling a Kubernetes cluster from the ground up, (without using any automation) while deeply exploring each component's role and functionality along the way.
labs.iximiuz.com
Kubernetes networking is complex. But that doesn't mean it's impossible to understand. Break it down into smaller pieces and you'll see how it all connects. The next lesson of Kubernetes the Very Hard Way discusses this topic: labs.iximiuz.com/courses/kub... #Kubernetes
KubeCon is in less than two weeks. If this is your first time, I gathered a few thoughts on how to navigate the conference without getting completely lost (or tired) on day one: sagikazarmark.com/blog/posts/... #kubecon
How to KubeCon
KubeCon + CloudNativeCon is the flagship cloud native conference. It happens multiple times a year on different continents, and every edition is massive.…
sagikazarmark.com
When did installing prebuilt binaries using npm become the standard?
TLS bootstrapping is how worker nodes securely join a Kubernetes cluster without manually distributing certificates. The next lesson in "Kubernetes the Very Hard Way" covers the entire process of forming a functional cluster from control plane and worker components. labs.iximiuz.com/courses/kub...
You've got a control plane and a worker node. Now what? The next lesson in "Kubernetes the Very Hard Way" walks through joining a worker node to the cluster, including TLS bootstrapping and certificate management. Available on iximiuz Labs: labs.iximiuz.com/courses/kub...
The final control plane lesson in Kubernetes the Very Hard Way, introducing kube-controller-manager, is out: labs.iximiuz.com/courses/kub... Next stop: assembling a functional cluster!
Ever wondered how Kubernetes decides which node runs your pod? The next lesson in "Kubernetes the Very Hard Way" covers kube-scheduler, the component that handles pod placement decisions. Available on iximiuz Labs: labs.iximiuz.com/courses/kub...
Pods don't just randomly land on nodes. kube-scheduler evaluates every placement based on resource availability, constraints, and policies. The next lesson in "Kubernetes the Very Hard Way" breaks down how kube-scheduler operates under the hood. labs.iximiuz.com/courses/kub...
Have you ever used curl to interact with the Kubernetes API or observed what is stored in etcd after executing kubectl apply? The next lesson in Kubernetes the Very Hard Way explores how kube-apiserver integrates into Kubernetes and operates under the hood: labs.iximiuz.com/courses/kub...
If you've followed along with Kubernetes the Very Hard Way, it was worth it, because now the real fun begins: By adding kube-apiserver to the mix, you can learn how the component you interact with daily works under the hood. labs.iximiuz.com/courses/kub...
etcd is a highly available, strongly consistent key-value store that supports Kubernetes by storing all its state. The next lesson in "Kubernetes the Very Hard Way," discussing etcd, is available on iximiuz Labs: labs.iximiuz.com/courses/kub...
After discussing the worker node components, it's time to move on to the control plane. The next lesson in "Kubernetes the Very Hard Way" begins with a discussion on the control plane components, starting with etcd. labs.iximiuz.com/courses/kub...
Did you know you can run pods on a Kubernetes node without a control plane? Or that you can communicate directly with the kubelet via its API? Check out my "Kubernetes the Very Hard Way" course's next lesson that provides an in-depth view of kubelet: labs.iximiuz.com/courses/kub... #Kubernetes
Kubelet is the "hands and feet" of Kubernetes: it's the component sitting on every node making desired state a reality. The next lesson of "Kubernetes the Very Hard Way" provides an in-depth view of kubelet. Available on iximiuz Labs: labs.iximiuz.com/courses/kub... #Kubernetes
Containerd is the default container runtime for Kubernetes. However, we seldom interact with containerd directly or fully understand the components involved in effectively managing containers.
PagerDuty calls: your app hosted on Kubernetes is not available. What's the first thing you do / command you run? #Kubernetes
Ever wanted to peek under the hood of Kubernetes and discover what makes it tick? Now you can. After months of effort, my new course, "Kubernetes the Very Hard Way," is live on iximiuz Labs: labs.iximiuz.com/courses/kub....
Kubernetes the (Very) Hard Way (course) | iximiuz Labs
A hands-on, step-by-step guide to assembling a Kubernetes cluster from the ground up, (without using any automation) while deeply exploring each component's role and functionality along the way.
labs.iximiuz.com
Built a product in 2 days with AI. I'm a backend dev who avoids frontend. But I had a problem to solve, so I let Claude Code take the wheel. Result: talkpulse.app - simple audience feedback for speakers The honest truth: AI is amazing at writing code. Less amazing at not creating a mess.
I've spent the last two days coding exclusively with Claude Code. In the end, I haven't even looked at the code, just accepted it if it worked. I'm looking at the code now and trying to make manual changes: it's not complete crap, but it's close to it.
Well this is freaking exciting! 😁 I’ll be speaking at #KubeConCloudNativeCon for the first time next year! 🎉 Myself and @sagikazarmark.com are going to be telling you all about the oddities in Kubernetes! 😎 This is going to be a fun one! kccnceu2026.sched.com/event/2CW2p/... #KubeCon #KubeConEU
Iximiuz Labs subscription is now on sale with a 70% discount. It's essentially the price of a coffee per month. If you're looking to enhance your skills in containers or networking, you won't find a better investment than this.
@gitea.com is an excellent open-source alternative to GitHub if you need to self-host your Git repositories. For me, it's the ideal solution for demonstrations since it's just a single binary. Give it a try: labs.iximiuz.com/playgrounds... #git #opensource #iximiuz
Gitea Playground | iximiuz Labs
Basically GiHub, but Open Source.
labs.iximiuz.com
Did you know that pods can become "invisible"? Test your Kubernetes knowledge by finding an invisible pod in this challenge: labs.iximiuz.com/challenges/.... No hints, no solutions. Prepare for a tough one. Thanks to the fantastic @averagemarcus.bsky.social for this gem. #kubernetes #iximiuz
Kube Mysteries: The Invisible Pod | Challenge
Did you know that pods can become invisible? Can you figure out how?
labs.iximiuz.com
These past couple days I've been working on a new side project: github.com/sagikazarma... It allows running slash commands from GitHub issues and pull requests. Feedback welcome! :)
GitHub - sagikazarmark/octoslash: A Go library and CLI for building custom GitHub slash commands
A Go library and CLI for building custom GitHub slash commands - sagikazarmark/octoslash
github.com
I've been using devenv.sh in my Flake envs for a while (proof: github.com/search?q=ow...**%2Fflake.nix+devenv&type=code), but I initially avoided their CLI. However, I've realized that I don't use the advantages of Flakes, and their CLI offers a much better experience.
GitHub
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
github.com
I've just deleted about 5,000 GitHub email notifications that piled up over the last two months. That's over 500 emails a week, more than 50 a day. Admittedly, not all demand my attention, but just sifting through them takes considerable time.