k8s Deployment

**kubectl run nginx-deployment --image=nginx:1.7.9 --replicas=2 ** deploy two copied Deployment nginx-deployment using image :nginx:1.7.9 kubectl describe deployment we find the ReplicaSet is created
相關文章
相關標籤/搜索