如何在Kubernetes裏創建一個Nginx應用

使用命令行kubectl run --image=nginx nginx-app --port=80 創建一個名爲nginx-app的應用 結果: deployment.apps/nginx-app created 使用命令行kubectl get pods查看創建結果,狀態已經爲running: 使用命令行kubectl describe pods查看pod明細: 把pod id記下來: ngi
相關文章
相關標籤/搜索