Skip to content

hugginsio/homelab

Repository files navigation

🏠 Homelab

This monorepo contains notes and configuration for my homelab and related cloud infrastructure. It allows me to provide useful applications & services while gaining hands-on experience with enterprise best practices including GitOps, infrastructure-as-code, fault tolerance, and platform security.

I use the following tools & technologies in support of these goals:

  • GitOps via FluxCD, Helm, and Kustomize
  • IaC via OpenTofu (previously, I used Terraform)
  • Integrated secrets management via sops (repository secrets) and the External Secrets Operator (for secrets sync)
  • CI automation via GitHub Actions, conftest, pre-commit; supported by FluxCD
  • Security & policy management (as code!) via Kyverno with network security via Cilium
  • Resilient stateful workloads via Longhorn for distributed storage
  • Magical bare-metal Kubernetes via Talos with full disk encryption and robust node security

Thanks