k8s YAML

two ways to create resources 1.cmd kubectl run nginx-deployment --image=nginx:1.7.9 --replicas=2 2.configuration file :yml kubectl apply -f nginx.yml the advantage of yml: 1.describes What the app ach
相關文章
相關標籤/搜索