使用create 创建
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考试经验总结CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...