Kubernetes Zero Down Time Deployment | Kubernetes Rolling Update Deployment

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

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

  • @George-mk7lp
    @George-mk7lp 3 ปีที่แล้ว +1

    really great content, this channel will go top soon..

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      Happy to hear your words. Thanks a lot.

  • @salainithyavasan8545
    @salainithyavasan8545 3 ปีที่แล้ว +1

    Awesome great work 👏 👏

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

    one of the reasons that worries me with rolling update is the stage when you have 2 versions of your pod running while the rollout is in progress. This will definitely have impacts on the users. This is the reason I suggest blue green as a better approach to cater live traffic vs rolling updates.

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

      Thank you for sharing your experience.

  • @nagarjunareddy3292
    @nagarjunareddy3292 3 ปีที่แล้ว +1

    good section bro..

  • @farzadmf
    @farzadmf 3 ปีที่แล้ว

    Not sure if it's because of my suggestion, but I personally think this format is much better to move the music from start to a later time in the video.
    Great job BTW for the video as a whole 👍

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      Yes, I made the changes as per your suggestion.

    • @farzadmf
      @farzadmf 3 ปีที่แล้ว

      Nice, I appreciate you actually listening to my suggestion
      I clicked on a video before watching your video and it was one of those ones that has music and no commentary in the video, and I was sooo angry 😅
      Thank you again, I'm humbled for taking my suggestion into consideration

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

    Hi, Im new to your channel, i wonder if you can make a video on how to add additional masternode on kubernetes.

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

      Thank you for following my channel. I will look into your request.

  • @ayencoscolfield3312
    @ayencoscolfield3312 3 ปีที่แล้ว +1

    awesome! 😉

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว +1

      Thank you my friend. You are always a motivation for me.

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      Thank you Prakash.

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

    Here you are changing the image name. Is it possible to keep the image name same while performing rolling update? Because during my development, I will build multiple images and test them with zero downtime. Giving new image name each time does not seem feasible to me. Please suggest.

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

      How do you differentiate your version of application? The way how it is done is creating new images with respective tag.

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

    How to achieve this via helm ?

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

      Helm in general is for deployment of your application. Liveness and readiness probe in Kubernetes will give you the feature.

  • @shabi9
    @shabi9 3 ปีที่แล้ว

    Why didn't you use kubectl set image command ?

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      Yes, you are right, We can simply use kubectl set image to the deployment rather than making the changes in the yaml file and applying it again.