- Create cluster
cd cluster/
terraform init
terraform apply -auto-approve
cd -
kubeconfig.yaml
is generated in the repo's root.
export KUBECONFIG=kubeconfig.yaml
- Deploy Flux
kustomize build flux/ | kubectl apply -f -
- Configure Flux "syncs"
kustomize build config/ | kubectl apply -f -