Argo Rollouts in 15 minutes!

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 25

  • @PridhviR
    @PridhviR 10 месяцев назад +1

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

  • @srinivasaraju8399
    @srinivasaraju8399 Месяц назад

    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 6 месяцев назад +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!

  • @zenobikraweznick
    @zenobikraweznick 10 месяцев назад

    Awesome high quality content, thank you.

  • @tadeubernacchi3360
    @tadeubernacchi3360 3 месяца назад

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

  • @geraldtheblack
    @geraldtheblack 6 месяцев назад

    Great video do you plan to cover Argo events as well

  • @jordanyefet2679
    @jordanyefet2679 8 месяцев назад

    Thanks for your video!

  • @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

  • @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