Argo Rollouts in 15 minutes!

Поділитися
Вставка
  • Опубліковано 1 чер 2024
  • Want to learn Argo Rollouts? In this video I go over what Rollouts is and HOW you can get started with it right away. In just 15 minutes you can be setup with Production grade Canary Deployments for your application.
    🛍️ Amazon (Lab/Gear/Books): www.amazon.com/shop/devopsjou...
    ☕ Buy me a coffee: www.buymeacoffee.com/bradmorg
    ☁️ $200 Digital Ocean Cloud Credits: m.do.co/c/adc24155a741
    Commands used: github.com/devopsjourney1/arg...
    📘 Chapters:
    0:00 Intro
    0:00 ArgoCD vs ArgoRollouts
    2:40 How Argo Rollouts works (Canary Deployment)
    6:38 Argo Rollouts demo
    If you enjoyed the content or have questions, please leave them below.
  • Наука та технологія

КОМЕНТАРІ • 14

  • @PridhviR
    @PridhviR 2 місяці тому +1

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

  • @MagDag_
    @MagDag_ 2 місяці тому

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

  • @rohanrustagi7857
    @rohanrustagi7857 2 місяці тому

    Now i got rollouts concept completely. Thanks🙏

  • @pawulo6953
    @pawulo6953 2 місяці тому

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

  • @zenobikraweznick
    @zenobikraweznick 2 місяці тому

    Awesome high quality content, thank you.

  • @palanisamy-dl9qe
    @palanisamy-dl9qe Місяць тому

    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  Місяць тому

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

    • @palanisamy-dl9qe
      @palanisamy-dl9qe Місяць тому

      @@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  Місяць тому

      ​@@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 Місяць тому +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  Місяць тому

      @@palanisamy-dl9qe yup!