GitOps repository for homelab Kubernetes infrastructure. Everything as code.
├── apps/ # Application deployments │ ├── base/ # Base manifests │ └── overlays/ # Environment overrides ├── infrastructure/ # Cluster infrastructure │ ├── networking/ # Ingress, certs, DNS │ ├── storage/ # NFS, PVCs │ └── monitoring/ # Prometheus, Grafana └── clusters/ └── defiant/ # k3s cluster config
Encrypted with SOPS + age. Never committed in plain text.
MIT