This commit is contained in:
Beto Sánchez
2025-04-24 11:37:29 -05:00
parent bbfc836c6b
commit e52fee62b2
44 changed files with 484 additions and 293 deletions

2
k8s/doctl-kubernetes.sh Normal file
View File

@@ -0,0 +1,2 @@
doctl kubernetes cluster create mind-cluster --region=nyc3 --auto-upgrade=true --node-pool="name=mind;size=s-4vcpu-8gb-amd;count=1;auto-scale=true;min-nodes=1;max-nodes=6" --vpc-uuid="07c765e8-961b-4ee6-90da-b1380a001f8c"