- uv run --env-file=.env terraform -chdir=infra plan
- uv run --env-file=.env terraform -chdir=infra apply
- uv run --env-file=.env civo k3s config --save aburo-cluster
- kubectl get nodes
- helmfile apply
- kubectl -n n8n port-forward deploy/n8n 5678 5678
- visit 127.0.0.1:5678