Márk Sági-Kazár
sagikazarmark.com
Márk Sági-Kazár
@sagikazarmark.com
Cloud Native Ambassador | OSS maintainer | Speaker, tech content creator | Dagger Commander
Kubernetes 1.34 brings Mutating Admission Policy to beta!

To celebrate the occasion, I wrote a comprehensive tutorial on admission control: labs.iximiuz.com/tutorials/k...

Check it out if you're interested in a deep dive into Kubernetes admission control.

#kubernetes #iximiuz
August 28, 2025 at 3:02 PM
Container runtime, OCI runtime, runtime handler, RuntimeClass

What exactly do all these terms mean, and how are they connected?

Dive into this tutorial to unravel the complexity of runtimes:
labs.iximiuz.com/tutorials/k...

#kubernetes #iximiuz
August 21, 2025 at 2:59 PM
Mutating admission policies will graduate to beta in a few weeks: github.com/orgs/kubern...

If you find mutating admission webhooks challenging, even for simple mutations, this will be a game changer for you.

#kubernetes
August 19, 2025 at 3:01 PM
Although some ingress controllers can be set to use Service ClusterIP or NodePort, most resolve endpoints and route traffic directly to pods.

This approach grants the ingress gateway greater control over traffic routing and enables advanced features.

#kubernetes #kubequiz
August 7, 2025 at 3:00 PM
How well do you know your ingress controller?

Is this how it works? If yes, why? If not, why not?

#kubernetes #kubequiz
August 5, 2025 at 3:00 PM
Kubernetes supports, in addition to admission webhooks:

- Conversion webhooks for Custom Resources
- Authorization webhooks to delegate authorization decisions to an external service

#kubernetes #kubequiz
July 31, 2025 at 3:00 PM
Admission webhooks are by far the most common webhooks that Kubernetes supports, but they are not the only ones.

Can you guess what other types of webhooks it supports?

#kubernetes #kubequiz
July 29, 2025 at 2:59 PM
Although it's still HTTP-based, the Container Runtime Interface (CRI) uses gRPC as its communication protocol.

#kubernetes #kubequiz
July 24, 2025 at 2:58 PM
Ever wondered what happens behind the scenes when you run a kubectl command?

Explore this playground to experiment with the kube-apiserver in isolation, without any of the controllers: labs.iximiuz.com/playgrounds...

#kubernetes #iximiuz
July 23, 2025 at 11:23 AM
Kubernetes has a lot of moving parts. Can you spot the misbehaving one?

#kubernetes #kubequiz
July 22, 2025 at 3:04 PM
During request processing in the Kubernetes API server, schema validation occurs before the validating admission controllers are called.

#kubernetes #kubequiz
July 18, 2025 at 3:03 PM
Can you identify what's wrong with this image?

#kubernetes #kubequiz

Bonus: What would you add to this diagram?
July 17, 2025 at 3:03 PM
Documentation reference: kubernetes.io/docs/concep...
July 14, 2025 at 3:03 PM
As of Kubernetes 1.24, the management of the CNI is no longer within the scope of kubelet.

Kubelet now delegates this task to the container runtime via CRI.

#kubernetes #kubequiz
July 14, 2025 at 3:03 PM
Do you feel like your CI/CD is letting you down? Is onboarding new team members a hassle? Are you constantly wasting time fixing your delivery pipeline?

Join my presentation at KCD Warsaw to discover how @dagger.io might help solve these issues.
July 14, 2025 at 10:00 AM
One of the arrows in this picture is incorrect. Can you figure out which one?

#kubernetes #kubequiz
July 13, 2025 at 8:53 AM
How well do you know the Kubernetes control plane?

What's missing from the image?

#kubernetes
July 12, 2025 at 11:23 AM
Kubeadm is not only the de facto tool for installing Kubernetes but also an essential requirement for the CKA exam.

Begin your journey by learning how to provision a simple cluster:
labs.iximiuz.com/tutorials/p...

#kubeadm #kubernetes #CKA #iximiuz
July 4, 2025 at 7:28 PM
With Playgrounds 2.0 on iximiuz Labs, you can now create playgrounds without internet access, allowing you to simulate air-gapped environments.

#iximiuz #kubernetes
July 2, 2025 at 6:13 PM
Another playground I've been working on for a while now.

Coming soon on iximiuz Labs.

#iximiuz #kubeadm #kubernetes
June 26, 2025 at 3:24 PM
Following up on my etcd playgrounds, here is a sneak peek of my latest work: a @containerd.dev‬ playground.

As usual, it will be available on @iximiuz.bsky.social labs soon.
June 24, 2025 at 1:29 PM
I'll present a Dagger workshop at Cloud Native Days Romania in May. If you are struggling with CI/CD, join me on May 5th to learn how Dagger can help you.
March 19, 2025 at 8:45 PM