/images/me.jpeg

Adrian Stobbe

Aspiring software craftsman and entrepreneur, linguaphile and salsero 🕺. See here what I'm doing now or my longer intro here. Putting myself out here to connect with new, curious people. Reachouts are welcome 👋

Ship it - My public journal

Inspired by Jen Vermet’s ship-it and weekly letters, I will start to share my thoughts and learnings in public. I love how personal and introspective her thoughts and shared experiences are. I’ve started journaling last year, but my thoughts are mostly very raw and hidden to the outside world. By starting a public journal, I want to challenge myself to become more open and overcome the imposter that my thoughts are not worth being shared.

Calico config for kubeadm cluster on Azure

Recently, I tried to configure calico networking on a self-managed Kubernetes cluster on Azure. It did not work out of the box and many instructions on the internet did not work for me. In the following, I want to share my setup. To set up the network and VMs, I followed this tutorial. After installing the default configuration of calico, inter-node communication between pods did not work. My working approach uses User-Defined-Routes (UDR) on Azure to route traffic from the different pod-subnets of each node.

[Tutorial]: Bootsrapping your custom Kubernetes with kubeadm

In this tutorial, I want to show you how to bootstrap a Kubernetes cluster with kubeadm using your customized Kubernetes fork. This might be useful if you want to use new features that are not yet merged in the upstream. For development, it’s of course much easier to set up a local cluster (./hack/local-up-cluster.sh), but to test functionality across different nodes, you might need a distributed cluster. One option is to install it The hard way, but I think it’s more convenient to use kubeadm.

[Tutorial]: Kubernetes stateful pod migration

This is an extensive tutorial on how to set up a Kubernetes cluster that supports pod migration. Why Statelessness is the basic foundation for microservices run inside Kubernetes. Outside it’s main application domain, the platform also appeals to the High Performance Computing (HPC) community for that infrastructure management can be delegated to cloud providers and it’s on-demand scaling. The challenge is that HPC jobs are usually long running and stateful. Jobs such as simulations or optimization problems usually keep their state in memory and state checkpointing on disk is not always available.

[Tutorial]: K8s Monitoring with InfluxDB's Telegraf

InfluxDB is an Open-Source timeseries database which can be used for monitoring Kubernetes clusters. In this tutorial, I want to show you step by step how to get a dashboard with metrics on Kuberntes resource usage of podes and nodes. It’s not difficult, but the official documentation is outdated and confusing, so I hope to make it easier for you. We will use InfluxDB2 which includes a nice dashboard and supports the Flux QL query language.

My semester in Barcelona

Last September, I moved to Barcelona for an exchange semester at UPC. Now that I’m leaving the city, I want to look back on the past months. Living in Spain was a dream come true. Since I was little, I felt attracted to the country: the people, the language and the weather. Barcelona was an obvious choice after falling in love with the city and making a good friend there in 2018.