Advertisement Β· 728 Γ— 90

Posts by Maciej Szulik

Video

LONG LIVE INGRESS NGINX πŸͺ¦ @strongjz.bsky.social archiving ingress nginx live on the #KubeConEU stage with @youngnick.net and other gateway API maintainers πŸ‘‘ #KubeCon #CloudNativeCon

4 weeks ago 65 13 3 1
Preview
From the kubernetes community on Reddit Explore this post and more from the kubernetes community

As I fly back from KubeCon NA β€” A Note About Open Source Maintenance From The Perspective of a Maintainer:
www.reddit.com/r/kubernetes...

5 months ago 19 12 0 0
Preview
OWASP Kubernetes Top 10 2025 Survey Kubernetes SIG Security Docs subproject is starting an update of the OWASP Kubernetes Top 10 and as such want to canvas ideas on what should be included. The goal of the Top 10 is to provide awarenes...

You've got just over a week to contribute feedback for the new OWASP Kubernetes Top 10 docs.google.com/forms/d/e/1F... . Thanks to all the people who have taken the time to contribute already!

5 months ago 13 6 0 0
Preview
Donate to Support Tomo and Daughters After Han's Loss, organized by Sunny Kang Han Kang, 42, passed away unexpectedly on September 3rd, 2025. Han's close fami… Sunny Kang needs your support for Support Tomo and Daughters After Han's Loss

The Kubernetes community mourns the sudden loss of Han Samuel Kang, 42, a talented engineer who brought exuberance to every contribution. He leaves behind a wife and two daughters. In lieu of flowers, please consider memorial donations: gofund.me/5ef5290f9

7 months ago 6 3 1 0

#Kubernetes community, SIG-apps is working on adding new metrics to the StatefulSet controller upstream. Are there specific metrics you’ve felt were missing that would help in debugging or operating StatefulSets in production?

8 months ago 4 4 0 0

πŸ‘‡

8 months ago 4 0 0 0

Congratulations Ricardo 🎊 They are sooo lucky to have you πŸ‘

8 months ago 4 0 0 0
Preview
AI First Puts Humans First

My latest post on @OReillyMedia. Many Silicon Valley investors and entrepreneurs even seem to view putting people out of work as a massive opportunity. That idea is anathema to me. It’s also wrong, both morally and practically.

www.oreilly.com/radar/ai-fir...

10 months ago 37 11 4 4
Advertisement
Post image

TIL. Life changing.

11 months ago 14 3 1 0
Release v0.27.0 Β· kubernetes-sigs/kind This release moves kind to containerd 2.x and contains fixes for nerdctl. It also moves Kubernetes to 1.32.2 by default. Breaking Changes WARNING: kind v0.27.0+ will be required to use kind load .....

kind v0.27.0 now has a compatible @kubernetes.io v1.33.0 image in the release notes:

`kind create cluster --image=kindest/node:v1.33.0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e`

github.com/kubernetes-s...

11 months ago 4 3 0 0
Preview
An Ode to the Unsung Heroes of Kubernetes The community, formed by individuals and engineers across various organizations, is constantly under the hood, fine-tuning its core components.

An Ode to the Unsung Heroes of Kubernetes

thenewstack.io/an-ode-to-th...

1 year ago 19 7 0 0
Preview
A Society That Lost Focus A Society That Lost Focus par Ploum - Lionel Dricot.

"Why are we playing one hour of what was supposed to be five minutes of a stupid smartphone game instead of reading a book?" from ploum.net/2024-03-18-l...

1 year ago 3 1 0 0
Preview
Spotlight on SIG Apps In our ongoing SIG Spotlight series, we dive into the heart of the Kubernetes project by talking to the leaders of its various Special Interest Groups (SIGs). This time, we focus on SIG Apps, the group...

Spotlight on SIG Apps-

1 year ago 3 1 0 0
Post image Post image

New article on my blog that explains all the various ways Kubernetes can evict your workloads. This wasn't all documented in one place so I'm hoping this helps the teams operating with Kubernetes in production. You'll also find a cheatsheet in the article. ahmet.im/blog/kuberne...

1 year ago 36 9 1 0
Post image

Published a blog about common mistakes beginners make developing Kubernetes controllers (especially using controller-runtime) and how to write scalable and production-grade controllers. ahmet.im/blog/control...

1 year ago 71 18 3 4
Advertisement

Congratulation πŸ‘πŸ‘πŸ‘πŸ₯³πŸ₯³πŸ₯³

1 year ago 0 0 0 0
Preview
Kubernetes 1.33 Release Team Shadow Application Thank you for applying to be a shadow on the Kubernetes v1.33 Release Team! This questionnaire is to learn a little bit more about you, your journey with Kubernetes, your understanding of the Release...

Want to contribute to #Kubernetes or to an open source project? The @kubernetes.io Release Team shadow program is a great step to contributing to the #K8s project. The v1.33 Release Team shadow application closes tomorrow, Jan 8, 2025. Apply via the link below
forms.gle/3xn8fajX1waA...

1 year ago 19 12 0 1
Preview
Maintainer Behavior Survey Data from this survey will be used as content for a talk about maintainer in-fighting and behavior and how it affects a project's ability to acquire and retain contributors, written by Kat Cosgrove an...

Howdy, open source community! @jeremyrickard.com and I are writing about how conflict between maintainers affects the health and growth of a project. Please help us gather data by filling out this short anonymous survey and sharing it with your friends. Thank you!

forms.gle/RTJhgyJGsr5y...

1 year ago 76 62 4 3

βœ‹οΈme too, although I don't have that much time to do it these days.

1 year ago 1 0 0 0

Same, although most of mine are ebooks and they differ in genre, which I pick depending on the mood and the time of the day πŸ˜€

1 year ago 1 0 0 0
Fireside Talk - Looking at Computing Systems as a Conspiracy Theorist by Madhav Jivrajani
Fireside Talk - Looking at Computing Systems as a Conspiracy Theorist by Madhav Jivrajani YouTube video by Harini Anand

@madhavjivrajani.bsky.social I really liked this presentation of yours www.youtube.com/watch?v=rdO_... The most enjoyable part was how smoothly you combined philosophy, physics, psychology and computer sciences.

1 year ago 5 1 0 1
Preview
Constraints in Go β€” Bitfield Consulting Freedom is nothing without constraints, and Go’s generics gives us a powerful way to build polymorphic types and functions constrained by type sets . Let’s geek out.

A worthy read for every #golang dev: bitfieldconsulting.com/posts/constr... but remember with great power comes great responsibility πŸ˜‰

1 year ago 12 3 1 0
CLI commands using kind to start a kubernetes cluster.
- go install sigs.k8s.io/kind@v0.25.0
- kind --version
- $(go env GOPATH)/bin/kind build node-image v1.32.0-rc.0
- kind create cluster --image kindest/node:latest
- kubectl --version

CLI commands using kind to start a kubernetes cluster. - go install sigs.k8s.io/kind@v0.25.0 - kind --version - $(go env GOPATH)/bin/kind build node-image v1.32.0-rc.0 - kind create cluster --image kindest/node:latest - kubectl --version

The @kubernetes.io Release team minted the v1.32.0 RC0 artifacts just now. Can you please kick the tires and create issues if you see any problems? Thanks!

Pretty handy to quickly start a kind cluster with the artifacts from:
groups.google.com/a/kubernetes...

cc @kubernetes.dev

1 year ago 29 14 1 0
Advertisement

I love the culture we have developed around thanking and recognizing our peers. It's my favorite part of @kubernetes.io β™₯️

1 year ago 53 9 2 0

No one gets promoted for removing chaos or saying no to prematurely built artifacts that are guaranteed to drag the company down. Until this culture doesn't change, I don't expect anything to change.

1 year ago 101 11 11 0
Community Calendar Meetings in the Kubernetes Community

The #Kubernetes contributor community will be holding their monthly New Contributor Orientation session TOMORROW!
There are new updates to the content and calls from help from #KubeCon, so make sure you join in to hear the latest! Add the session to your calendar from k8s.dev/calendar

1 year ago 14 1 0 2

This was THE BEST keynote ever πŸ’―πŸ’―πŸ’―

1 year ago 7 0 0 0

Twizzlers only πŸ˜…

1 year ago 0 0 0 0
Post image Post image

#KubeCon job board for those looking

1 year ago 58 30 1 0

This is 100% true. I’ve been seeing this for a while. Knowing how things work deeply is a super power, and one you can use to create better products.

1 year ago 23 3 4 2