Tag: self-hosting
- Titan: a Kubernetes homelab on three Raspberry Pi 5s
I run a Kubernetes homelab on three Raspberry Pi 5s in one chassis. Here's the hardware, the storage, the networking, the scale-to-zero tricks, and the quirks I've decided to live with.
- Owning the build: Forgejo, Woodpecker, and CI that runs on my own cluster
GitHub had a rough 2026 and GitLab's future isn't cemented. I moved the whole build to my own cluster: Forgejo as the source of record, a push mirror as the backup, and Woodpecker on Kubernetes for the pipelines. This is the post about runners that scale to zero and pipeline steps that are just pods.