To create a pod with a single running container, you can use the kubectl create command: $ kubectl create deployment --image nginx hello-world ...
確定! 回上一頁