mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-18 03:56:36 +00:00
update kubecon demo
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
* Deploy a simple application with
|
||||
|
||||
```
|
||||
vela comp deploy back -t backend --image crccheck/hello-world --app lab1
|
||||
vela comp deploy front -t webservice --image crccheck/hello-world --port 8000 --app lab1
|
||||
vela svc deploy back -t worker --image crccheck/hello-world --app lab1
|
||||
vela svc deploy front -t webservice --image crccheck/hello-world --port 8000 --app lab1
|
||||
```
|
||||
|
||||
* Show application status `vela app show lab1`
|
||||
|
||||
Reference in New Issue
Block a user