# A Tour of My Kubernetes Homelab GitOps Repo
4 min read
Everything running in my cluster, managed by Argo CD from a single git repo
Everything running in my cluster, managed by Argo CD from a single git repo
Using Nix to bootstrap my Mac workstation
I had this repo that hosted a role that would bootstrap servers with the good stuff: a default sudo user with a few packages and ssh configs. Mainly used in my homelab or testing things out in a VPS.…