Electing a Works Council in Germany
Zalando SE is getting a works council (Betriebsrat). This blog post describes what I learned about the election process.
Zalando SE is getting a works council (Betriebsrat). This blog post describes what I learned about the election process.
I have 8+ Python Open Source projects on github.com and on codeberg.org. This post describes my current set of tools and practices I use for maintaining them.
Running applications in production can be tricky. This post proposes an opinionated checklist for going to production with a web service (i.e. application exposing HTTP API) on Kubernetes.
I try to use Open Source Android apps whereever I can. F-Droid is a community-maintained software repository which contains only free software apps. This posts describes my favorite F-Droid apps.
Recently I was asked "how do you manage that many Kubernetes clusters?". This post tries to provide some insights on how we manage 140+ Kubernetes clusters on AWS at Zalando.
Kubernetes livenessProbe
can be dangerous. I recommend to avoid them unless you have a clear use case and understand the consequences.
This post looks at both Liveness and Readiness Probes and describes some "DOs" and "DON'Ts"
The story on how I messed up my K3s demo site with Traefik as Ingress controller and Let's Encrypt rate limits — or: how to configure K3s with local-path volumes.
While Go is the language-of-choice in the cloud-native world, Python has a huge community and makes it really easy to extend Kubernetes in only a few lines of code. This post is a follow-up to a talk I gave last week in Prague.
This post takes a look at different open source Kubernetes web UIs, my requirements, and why I created Kubernetes Web View to help with support and troubleshooting across multiple clusters.
I want to run Kubernetes on amd64 hardware. I already own two Raspberry PIs, but I always struggle with ARM and the need to create custom Docker images. This post explains how to run a single-node Kubernetes (K3s) on the PC Engines APU2 board with an embedded AMD CPU.