Init Container Examples: Learn Kubernetes Pod Spec Features

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

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

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

    Hey man, you just helped me with mastering k8s. Thanks 😊

  • @alex.prodigy
    @alex.prodigy 2 ปีที่แล้ว +3

    the only thing missing from an init containers is being able to run only once / deployment , daemonset, etc

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

    For the first example couldn’t we achieve the same thing by using an emptyDir when creating the volume? That way no initContainer is needed ?

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

      Yea, it's a contrived example to show how initContainer works.

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

    Bret number one ☝️

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

    Hi!