What is Kubernetes CSI plugin and Specification | Writing a Kubernetes CSI plug-in from scratch -1

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

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

  • @snk0202
    @snk0202 2 ปีที่แล้ว +1

    Always looking for your videos. Thanks for the great work!

  • @narasimha._sai
    @narasimha._sai หลายเดือนก่อน

    amazing content

  • @manishdangi1559
    @manishdangi1559 2 ปีที่แล้ว

    Welcome back Vivek. Really interesting topic.

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

    Nice explanation, thanks for your efforts.

  • @fhmisml
    @fhmisml ปีที่แล้ว

    you're awesome, thankyou so much and please keep up your good work ! your videos are really helpful

  • @sanjoydey8378
    @sanjoydey8378 ปีที่แล้ว

    I have seen this video many times to understand the relation between container orchestrator, csi specification, csi plugins, method, storage provider. But still I could not summarizes this concept, actually trying to understand the end to end flow between container orchestrator and storage provider. Thank you.

    • @viveksinghggits
      @viveksinghggits  ปีที่แล้ว

      Sorry, I am confused. Did the video help you eventually?

  • @mustafadogankaya839
    @mustafadogankaya839 2 ปีที่แล้ว

    Welcome back ☺️

  • @АлександрЗверев-й1х
    @АлександрЗверев-й1х 2 ปีที่แล้ว

    Thanks a lot! Awesome!

  • @real-investment-banker
    @real-investment-banker ปีที่แล้ว

    What's the pre-requisite for this playlist ?

    • @viveksinghggits
      @viveksinghggits  ปีที่แล้ว

      I think a good understanding of kubernetes volume related resources, golang and excitement to learn CSI.

  • @Pgsgopi
    @Pgsgopi 2 ปีที่แล้ว

    Welcome back

  • @naeemshariff3765
    @naeemshariff3765 2 ปีที่แล้ว +1

    Make a video on kubernets real time interview scenarios

    • @viveksinghggits
      @viveksinghggits  2 ปีที่แล้ว

      Hey Naeem,
      I don't have plans to make videos about interview preparations.

  • @yagnasivasai
    @yagnasivasai 2 ปีที่แล้ว

    Can you make a video on kubernetes cluster?
    Docker support was removed..I followed the old video but it was not working.

    • @viveksinghggits
      @viveksinghggits  2 ปีที่แล้ว

      Which version of kubernetes you were trying to install.

    • @yagnasivasai
      @yagnasivasai 2 ปีที่แล้ว

      @@viveksinghggits 1.24

  • @arpitgupta8687
    @arpitgupta8687 2 ปีที่แล้ว

    Very informative, can you please explain these terminology in Hindi may be in different channel

    • @viveksinghggits
      @viveksinghggits  2 ปีที่แล้ว

      Hi Arpit,
      I don't have plans to cover these things in Hindi. Sorry about that.

  • @shamstabrez2986
    @shamstabrez2986 2 ปีที่แล้ว

    bhai plz make video on container runtime interface from scratch how docker depreceated containerd comes into the picture n so on

    • @viveksinghggits
      @viveksinghggits  2 ปีที่แล้ว

      Hi,
      That's a good idea. Let's see when I can plan that.

  • @ashokkumar1363
    @ashokkumar1363 ปีที่แล้ว

    Hi Vivek, I am new to Kubernetes Administration. Could you please explain about what is the relationship between CSI, CSI Plugin, and Storage class in Kubernetes?

    • @viveksinghggits
      @viveksinghggits  ปีที่แล้ว

      Hi Ashok,
      While provisioning volume that can be consumed by pods/workloads on Kubernetes cluster, storage classes are used to specify how that volume should be provisioned.
      And CSI plugin is actually the component that is responsible to create the volume on storage provider when respective PVC resource is created.
      I think when you watch all these videos from this playlist, things would make much more sense.
      I hope this makes sense, let me know if you have any other follow-up questions.