Skip to content

Commit

Permalink
docs: docs about use tilt to auto inner development loop
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtingxu committed Jun 12, 2024
1 parent b3e07e1 commit 19a781a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mall-deployment/kubernetes/local-k8s-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,21 @@ cd mall-deployment/kubernetes/platform/deployment
step-2: run postgres in cluster
```bash
kubectl apply -f services
```

## Use Tilt to impl inner development loop

step-1: change pwd
```bash
cd mall-deployment/kubernates/application/deployment
```

ste-2: tilt up
```bash
titl up
```

step-3: tilt down
```bash
tilt down
```

0 comments on commit 19a781a

Please sign in to comment.