How Kubernetes handles offline nodes

In this post I want to show you how Kubernetes recognizes offline nodes and how they are handled by the system. This can be helpful to understand and tune rescheduling mechanics or when developing your own operators and resources.

March 8, 2020 · 4 min · Dustin Chabrowski

Modern multi-architecture builds with Docker

In this post I explain several ways to build docker images for multiple architectures. Docker’s buildx, manifest, and QEMU are the tools we’re going to use.

December 27, 2019 · 9 min · Dustin Chabrowski