Argo Rollouts in 15 minutes!

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

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

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

    This is really great and awesome! Thank you so much for keeping us updated.

  • @srinivasaraju8399
    @srinivasaraju8399 23 วันที่ผ่านมา

    Thank you so much brother , really high quality content ❤💯

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

    Great timing! I'm leaning DevOps at this part! Thank you!

  • @venkatk3419
    @venkatk3419 5 หลายเดือนก่อน +4

    Argo Rollouts should be an option in the argocd dashboard, instead of having two dashboards and lack of logging in argocd makes it hard to troubleshoot sometimes with analysis templates.

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

    Now i got rollouts concept completely. Thanks🙏

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

    Great video. Do more content with Argo CD, it's absolutely a game-changer tool.

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

    Nice video, there is flagger too for the same job. You can try both before you use it In production

  • @ROK-US-JP
    @ROK-US-JP 7 หลายเดือนก่อน

    Such an amazing tutorial. I appreciate it a lot!

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

    Great video do you plan to cover Argo events as well

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

    Thanks for the video. By the way nice theme for your terminal. Which theme is it?

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

    Awesome high quality content, thank you.

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

    Would you say argo rollout is used for production deployment and argocd is used for qa env? or can you use argo rollout for both qa and prod?

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

      You can and should use ArgoCD and Rollouts in all environments. ArgoCD is for installing/syncing your applications and Rollouts is for rolling out updates to the container image

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

    Thanks for your video!

  • @palanisamy-dl9qe
    @palanisamy-dl9qe 9 หลายเดือนก่อน

    Hi sir thanks for the video I have one doubt using localhost you’re accessing rollout dashboard using port forwarding instead of that how to create ingress for rollout dashboard service that will always up and running for app team usages so that they can easily promote the deployment

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

      Yes that's the way I'd do it for most environments, good call.

    • @palanisamy-dl9qe
      @palanisamy-dl9qe 9 หลายเดือนก่อน

      @@DevOpsJourney can you please give me the document if you have anything in your blog! Because I want configure in my eks cluster

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

      ​@@palanisamy-dl9qe Install with a helmchart and set dashboard enabled to true github.com/devopsjourney1/homelab-services/blob/868526431cacfb5d25b6f97eeb2c9575a9f6035a/k8s/argo-rollouts/values.yaml#L6

    • @palanisamy-dl9qe
      @palanisamy-dl9qe 9 หลายเดือนก่อน +1

      @@DevOpsJourney thanks for sharing if I enable dashboard server true by default rollout dashboard will be installed in my eks cluster?
      This will create default endpoint url to access the rollout UI page is that correct understanding?

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

      @@palanisamy-dl9qe yup!

  • @ManiBalajiC
    @ManiBalajiC 4 หลายเดือนก่อน +2

    so basically canary deployement with ARGO