You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
## 增加一个Kubernetes的部署方式
|
|
```
|
|
kubectl apply -f deploy.yaml
|
|
```
|
|
|
|
### 如果需要Ingress域名接入
|
|
```
|
|
kubectl apply -f ingress.yaml
|
|
```
|