kubectl apply vs kubectl create?

前端 未结 9 1467
[愿得一人]
[愿得一人] 2020-11-29 15:06

What I understood by the documentation is that:

  • kubectl create = Creates a new k8s resource in the cluster
  • kubectl replace
9条回答
  •  一向
    一向 (楼主)
    2020-11-29 15:16

    One for the finest way to understand the difference for beginner.



    Ref : https://www.digitalocean.com/community/tutorials/imperative-vs-declarative-kubernetes-management-a-digitalocean-comic

提交回复
热议问题