- Setup k3s cluster
sudo apt-get update && sudo apt-get upgrade -y
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
echo 'export PATH="$PATH:./bin/"' >> ~/.bashrc
source ~/.bashrc
task init:k3s
-
Rename .env.example to .env and fill variables
-
Setup external secrets: /scripts/secrets/google_cloud/README.md
-
Run task to deploy cluster
task
- Check if cluster is deployed
flux get kustomizations