Kubernetes Storage Classes - Using NFS storage class for dynamic allocation of storage to pods.

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024

ความคิดเห็น • 15

  • @DevOpsnaseeb
    @DevOpsnaseeb 2 วันที่ผ่านมา

    Very good sts understand

  • @sanaullah-qureshi
    @sanaullah-qureshi 10 วันที่ผ่านมา

    thanks for sharing knowledge

  • @fhmisml
    @fhmisml 5 หลายเดือนก่อน +1

    23:09

  • @hedbergmicke
    @hedbergmicke 4 หลายเดือนก่อน +1

    I love your handwriting. Allso great video!

  • @666Husky
    @666Husky 7 หลายเดือนก่อน +1

    I finally understood that concept - thank you! :)

  • @samuelho8873
    @samuelho8873 6 หลายเดือนก่อน +1

    Thank you! Very clear and helpful explanation!

  • @uniq-vlog
    @uniq-vlog หลายเดือนก่อน

    Could you also address ceph,rook,valero for DR,Backup,data management in next videos

  • @jalandharbehera99
    @jalandharbehera99 4 หลายเดือนก่อน

    I had so many doubt but you solved that…Thank you so much bro…But please make one video of EBS or EFS

  • @taiwoesoimeme2383
    @taiwoesoimeme2383 5 หลายเดือนก่อน

    Hello Bhai ,...Amazing Video ...But what if i am using share directly from a storage. Do i still need to install the nfs-provisional.

  • @himanshimehta9746
    @himanshimehta9746 10 หลายเดือนก่อน +1

    Thanks Sir🎉

  • @denismota5014
    @denismota5014 4 หลายเดือนก่อน

    outstanding!!!

  • @yassineelamrani7206
    @yassineelamrani7206 3 หลายเดือนก่อน

    Can i install jupyterhub using this?

  • @jalandharbehera99
    @jalandharbehera99 4 หลายเดือนก่อน

    Please give the codes and steps so that we can practice for same bro🙏

  • @666Husky
    @666Husky 7 หลายเดือนก่อน

    Hmm...the PVs are bound to the pods running at any particular moment.
    If you redeploy them, they will get a new identifier and new PVs are created, thus making the application running empty.
    For instance:
    I set up a Grafana installation, I connect my database and everything and build my dashboards.
    If the Deployment gets deleted or the cluster rebooted, a new (and empty) PV would be provisioned, right?
    How would I make sure the connection between the pods and the PV remains intact and the data remains accessible by my application?
    Or would the creation of a PV by myself be a better solution?
    Thank You!

    • @abdoulatifndiaye683
      @abdoulatifndiaye683 หลายเดือนก่อน

      You wanna to check out K8s statefulset.