Kubernetes Blue-Green deployments with Argo Rollouts

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

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

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

    thanks for the effort, so clean and easy to follow

  • @freecomwifi5817
    @freecomwifi5817 4 ปีที่แล้ว +2

    Fantastic. many thanks for your efforts

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

    great video, useful seeing mistakes too

  • @rafaelbernardo4798
    @rafaelbernardo4798 4 ปีที่แล้ว

    thanks to share your time with us, I'm trying now put this alive

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

      Pro tip: you can watch series on flixzone. Me and my gf have been using it for watching lots of of movies these days.

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

      @Hayes Harlan definitely, been watching on flixzone for months myself =)

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

    life saver, thank you

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

    thanks for the explanation. very clear

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

    I would like to see a video with argo projects integrated. Like workflows, cd and rollouts working together.

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

    Awesome

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

    Thanks, good info

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

      Glad it was helpful!

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

    how to use kube configmap across preview/active services. For us we have 1 configmap right now and after we setup argo rollout we might want a seperate configmap while testing preview service. How can we achieve that.

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

    Very good video. Could it be that you meant to say "blue" instead of "green" at 15:06 of the video? Blue is the existing version 1.0.0 while green is 1.0.2. There seems to be another instance where you may have misspoke.

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

      Yes, that came to my attention a while after I posted the video but I decided to leave it the way it is. Well observed! And I am glad you like it.

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

      @@GeertBaeke Thanks for confirming my understanding.

  • @riyankapawaskar8017
    @riyankapawaskar8017 4 ปีที่แล้ว

    Could you please demonstrate how to run argocd on a nginx ingress controller

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

      Hi Riyanka, can you clarify this further? What does "run argocd on nginx" mean?

    • @riyankapawaskar8017
      @riyankapawaskar8017 4 ปีที่แล้ว

      @@GeertBaeke thank you for your reply I want to access the Argo cd with ingress not with load balancer or on local so could you please make a video on how to run argocd on ingress controller I can see the documentation on how to configure Argo cd with ingress here argoproj.github.io/argo-cd/operator-manual/ingress/ but this doesn't make sense to me