The potential of pod migrations in Kubernetes
How it can improve cluster utilization and prevent progress loss of stateful workloads
Search for a command to run...
How it can improve cluster utilization and prevent progress loss of stateful workloads
Contents 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 t...
Contents Requirements Build images Tag images and push to registry Kubeadm bootstrap 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 ...
Contents Why Status quo Goal Demo 1. Cluster setup Network setup VM provisioning 2. Kernel downgrade Worker 3. Install Prequisites Master node Containerd + Kubelet Kubeadm Kubectl Worker node CRIU Golang Containerd Install dependencies Systemd...
Contents 1. Download helm chart repo and add to helm: 2. Deploy Influxdb2 3. Add Telegraf Configuration in Influxdb 4. Deploy Telegraf 5. View metrics data 6. Connect local client with DB InfluxDB is an Open-Source timeseries database which can ...
Testing can sometimes seem hard and tedious. We might be faced with complex setup logic and many mocks. But this is a smell of poor code design. When properly done, mocks are rarely needed. TDD helps to avoid tight coupling and it naturally tends tow...