#

自動創(chuàng)建pv

  • Kubernetes數(shù)據(jù)持久化之Storage Class(

    通過博文Kubernetes的存儲之Volume可以了解到Kubernets實現(xiàn)數(shù)據(jù)持久化的流程為:搭建NFS底層存儲——>創(chuàng)建PV——>創(chuàng)建PVC——>創(chuàng)建pod最終將pod中的c

    作者:筱振
    2020-08-05 07:56:20
  • K8s數(shù)據(jù)持久化之自動創(chuàng)建PV

    在前兩篇實現(xiàn)k8s的數(shù)據(jù)持久化的流程為:搭建nfs底層存儲===》創(chuàng)建PV====》創(chuàng)建PVC===》創(chuàng)建pod。最終pod中的container實現(xiàn)數(shù)據(jù)的持久化。 上述流程中,看似沒什么問題,但細(xì)想

    作者:warrent
    2020-05-26 16:23:40