This is a monorepo for my homelab infrastructure automation. I try to adhere (as much as I reasonably can 😅) to Infrastructure as Code (IaC) and GitOps practices using the tools like Terraform
, Kubernetes
, FluxCD
, Renovate
and GitHub Actions
.
📁 .devcontainer # Holds the configuration files for the devcontainer setup
📁 .github # CI workflows and various tool configurations
📁 .taskfiles # Holds all of the "modules" for my Taskfile automation
📁 scripts # Various scripts used for automation, generally called within tasks
📁 terraform # Terraform configuration for managing infrastructure outside of K8S
There is a template over at onedr0p/flux-cluster-template.
Thanks to all the people who donate their time to the Kubernetes @Home Discord community. A lot of inspiration for my cluster comes from the people that have shared their clusters using the k8s-at-home GitHub topic. Be sure to check out the Kubernetes @Home search for ideas on how to deploy applications or get ideas on what you can deploy.
See my awful commit history