My Homelab
I run a production-grade Kubernetes cluster in my home — not because I have to, but because I believe the best way to understand infrastructure is to build and operate it yourself. Every tool on this page is something I manage daily.
This homelab is my playground for learning, breaking things, and rebuilding them better. From Cilium eBPF networking to Vault HA secrets management, from ArgoCD GitOps to Prometheus observability — it's all running on bare metal, 24/7.
Homelab Architecture
A production-grade 6-node Kubernetes cluster running 22+ applications with full GitOps, observability, and security.
How I Deploy
End-to-end GitOps pipeline — from code push to production with security scanning and zero-downtime rollouts.
Live Monitoring
Real-time cluster metrics powered by Prometheus and Grafana — straight from the homelab.
Cluster CPU Usage
Aggregate CPU utilisation across all 6 K8s nodes
Cluster Memory Usage
Total memory consumption across the cluster
Network Traffic
Inbound and outbound traffic across all nodes
Infrastructure Status
Real-time health of the homelab services powering this site and my projects.
Architecture Decision Records
Why I chose specific tools — the reasoning behind my infrastructure stack.
Cilium over Calico
NetworkingVault HA over Sealed Secrets
SecurityArgoCD over Flux
GitOpsLonghorn over OpenEBS
StorageGo for Linkvolt Microservices
DevelopmentHow This Site Is Deployed
The page you're reading right now goes through this exact pipeline.