# Install prerequisites
mise trust && mise install
# Provision cluster
task bootstrap:k3s
# Bootstrap infrastructure components on cluster
task bootstrap:infrastructure
kubernetes/main/bootstrap/k3s
– Ansible configuration to provision the k3s clusterkubernetes/main/bootstrap/infrastructure
– Helmfile configuration to bootstrap infrastructure componentskubernetes/main/cluster
– Flux cluster configuration entrypointkubernetes/main/infrastructure
– Manifests for infrastructure componentskubernetes/main/apps
– Manifests for apps
Thanks 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!