A GitOps repository for managing home lab applications on K3s.
# Clone the repository
git clone https://github.com/micheam/homelab-k3s.git
cd homelab-k3s
# Initialize local files (decrypt secrets, create pv-local.yaml)
# Requires: sops, age key at ~/.config/sops/age/keys.txt
./scripts/setup/init-local.sh
# Deploy an application
kubectl apply -k apps/postgres/