kubernets 一個pod配置多個docker ,搭建lnmp環境

1. 編寫lnmp.yaml 內容如下: Version: v1 kind: Pod metadata:   name: lnmp-pod spec:   restartPolicy: Never   volumes:   - name: web-root     hostPath:       path: /html   containers:   - name: httpd     image
相關文章
相關標籤/搜索