# Install prerequisites
mise trust && mise install# Provision cluster
task bootstrap:k3s
# Bootstrap infrastructure components on cluster
task bootstrap:infrastructure📁 k3s # ansible configuration to provision the cluster
📁 bootstrap # helmfile configuration to bootstrap infrastructure
📁 kubernetes
├── 📁 apps # applications
├── 📁 components # flux entrypoints
└── 📁 infrastructure # infrastructure componentsThanks to all the awesome people in the Home Operations Discord community and the k8s-at-home GitHub topic for providing inspiration and guidance. Special thanks to @onedr0p for maintaining awesome rootless container images and his genius home-ops setup!