使用create 創(chuàng)建
kubectl create deployment test --image=nginx --image=busybox
鏡像名 會作為 容器名余赢。
describe結果如下:
Containers:
nginx:
Image: nginx
Port: <none>
Host Port: <none>
Environment: <none>
Mounts: <none>
busybox:
Image: busybox
Port: <none>
Host Port: <none>
Environment: <none>
Mounts: <none>
CKA考試經(jīng)驗總結CKA考試經(jīng)驗總結 1.考前準備 1.1 報考相關 報考地址泡嘴。https://www.cncf.io/certification/cka 購買了CKA考試,完成后CNFC會給...