This is an updated version of my blog post from 2020 on how to scale out a Kubernetes cluster on virtual machines. In this version we use Kubernetes version 1.28 installed on Ubuntu VMs. We'll see how to configure HAProxy as a load balancer for the kube-proxy service on the control plane nodes, and eventually how to add more control plane nodes and workers to the cluster to make it highly available
Read MoreThis is an updated version of my blog post from 2020 on how to deploy a Kubernetes cluster on virtual machines. In this version we install Kubernetes version 1.28 on Ubuntu VMs with containerd as the container runtime, and Calico as the CNI
Read MoreHere' you'll find a list of blog posts covering preparations for the Certified Kubernetes Application Developer (CKAD) exam. I've also a collection of study notes for the Certified Kubernetes Administrator (CKA) exam which you can find here This page will be updated as content gets created First the current (as of Jan …
Read MoreHere' you'll find a list of blog posts covering preparations for the Certified Kubernetes Administrator (CKA) exam. I've also a collection of study notes for the Certified Kubernetes Application Developer (CKAD) exam which you can find here This page will be updated as content gets created Update Jan 2024: Note that …
Read MoreThis is a write up of the steps needed for setting up a simple Kubernetes cluster on VMs which I'm using for preparations towards the CKA exam
Read MoreThis is a write up of the steps needed for setting up a simple Kubernetes cluster on VMs which I'm using for preparations towards the CKA exam
Read MoreLast year we started building our own solution for Performance Monitoring of our Infrastructure platform with the focus on the VMware vSphere environment. The components used for this solution is PowerCLI for extracting the metrics, InfluxDB for storing the metrics, and Grafana for presenting the metrics. I did a Blog …
Read More