Home-Ops

Kubernetes Homelab with GitOps

Because paying for cloud services is for people who hate tinkering at 2 AM.

Home-Ops is my fully declarative Kubernetes-based homelab infrastructure, managed through GitOps principles. It runs a collection of self-hosted services and home automation tools, all managed through code and automated deployments. The philosophy is simple: “If it’s not in Git, it doesn’t exist. If it’s not automated, it’s not production-ready.”

Self-Hosted Services

The cluster runs various services for daily use:

Home Automation Stack

Monitoring and automation services include:

Tech Used

Architecture

Home-Ops works in tandem with my SnowPea NixOS configuration to provide a complete infrastructure-as-code solution. While SnowPea handles machine provisioning and OS configuration, Home-Ops manages the Kubernetes workloads and application deployments using GitOps workflows.

The entire infrastructure is version-controlled, automatically updated, and can be rebuilt from scratch using declarative configurations.


Check out the project on GitHub to explore the full configuration and learn more about building a GitOps-managed homelab.