Rebuilding My Homelab

Previously, I talked about the structure of my homelab, particularly with regards to the K3S cluster I was running on Pine64 SoPine compute modules, running impressive 1GHz quad-core ARM CPUs with 2GB DDR3. Unfortunately, that part of my homelab met a rather sudden dead-end a couple of weeks ago. I…

Cloud Native August Meetup

Hello! Cloud Native Mauritius, the local CNCF Chapter, had its first meetup on the 31st August 2024. With 20 of 25 RSVPs showing up, Ish (organiser) and I (also organiser) could not have hoped for a more successful first event. Planning Planning for this meetup started at the end of…

Setting up Minio for Backups

It's about time that I have a solid backup solution for my Kubernetes cluster, as well as the other services I run around here. It will also reduce my reliance on this exact cluster because currently all data is stored in Longhorn and isn't the most practical to get out.…

DevCon24 Workshop Post-Mortem

The tale of how everything which could've gone wrong went wrong for my Kubernetes workshop, and then got even worse through my own mistakes.…

Persistent Storage in Kubernetes

We have asserted that Kubernetes works around containers. The stateless nature of these containers allows us to scale and load balance with ease. But what happens when you want to keep some state on there? I mean, after all, how would you deploy a database server like Postgres or MySQL…