Improve kubernetes for prod
This commit is contained in:
@@ -8,7 +8,7 @@ Deploy the entire platform with these 5 commands:
|
||||
|
||||
```bash
|
||||
# 1. Start Colima with adequate resources
|
||||
colima start --cpu 4 --memory 8 --disk 100 --runtime docker --profile k8s-local
|
||||
colima start --cpu 6 --memory 12 --disk 120 --runtime docker --profile k8s-local
|
||||
|
||||
# 2. Create Kind cluster with permanent localhost access
|
||||
kind create cluster --config kind-config.yaml
|
||||
@@ -247,7 +247,7 @@ colima stop --profile k8s-local
|
||||
### Restart Sequence
|
||||
```bash
|
||||
# Post-restart startup
|
||||
colima start --cpu 4 --memory 8 --disk 100 --runtime docker --profile k8s-local
|
||||
colima start --cpu 6 --memory 12 --disk 120 --runtime docker --profile k8s-local
|
||||
kind create cluster --config kind-config.yaml
|
||||
skaffold dev --profile=dev
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user