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
相关文章
相关标签/搜索