Layer 4: Taskfile (Talos Cluster)
-
Create
.envfile:cp "env.example" ".env" -
Fill out secret values.
-
Bootstrap cluster using the following command:
Terminal window docker compose run --user "$(id -u):$(id -g)" --rm runner bash -c "task cluster:up" -
Once cluster is bootstrapped, if everything was configured correctly, Argo CD will be deployed and then the rest of the cluster resources would automatically get deployed using GitOps.