Progressive Delivery Explained - Big Bang (Recreate), Blue-Green, Rolling Updates, Canaries

Поділитися
Вставка
  • Опубліковано 10 лис 2024

КОМЕНТАРІ • 31

  • @christianibiri
    @christianibiri 3 роки тому +4

    Great explanation! thank you....

  • @DenisKashirskiy
    @DenisKashirskiy 7 днів тому +1

    Thank you! Clear explanations in one packed 20min video!

  • @codesrinivas2816
    @codesrinivas2816 Рік тому +2

    I'm glad i found your channel. perfect explanation tysm.

  • @cnicoletti5210
    @cnicoletti5210 2 роки тому +1

    I'm a fan Viktor, consistently well explained relevant content. Keep up the great work!

  • @drgr33nUK
    @drgr33nUK 2 роки тому +1

    Hey, I've been watching a few of your videos and just wanted to show some love. A lot of your content is what I seem to forget after a few years in the trenches :) Now I'm looking for my next role, your videos have been a great refresher! Keep up the good work.

  • @ovsepavakian6109
    @ovsepavakian6109 Рік тому +1

    Nice and clear explanation! Thank you Victor

  • @LeviSMega
    @LeviSMega 2 роки тому +1

    A perfect explanation.
    Thank you!

  • @khalidelgazzar
    @khalidelgazzar Рік тому +1

    Great explanation and to the point. Thank you!

  • @lysh6654
    @lysh6654 3 роки тому +2

    Great explanation, thank you so much!

  • @mohamudosmanali1219
    @mohamudosmanali1219 Рік тому

    Hey Victor, thanks mate for the great explanation.

  • @djordjepetrovic2365
    @djordjepetrovic2365 2 роки тому +1

    Great explanation, keep it going :)

  • @MangoAfFan
    @MangoAfFan 2 роки тому

    Great explanation!

  • @viniciosantos
    @viniciosantos 2 роки тому

    Great info, thank you!

  • @snehotoshbanerjee1938
    @snehotoshbanerjee1938 Рік тому +1

    Great video! How MAB different from Canary?

    • @DevOpsToolkit
      @DevOpsToolkit  Рік тому

      What is MAB? If you're referring to AB Testing, the main goal is to test user's reaction to certain features (e.g., do they prefer the button to be blue or green), while canary deployments are more focused on analyzing metrics (e.g., error rate) to figure out whether to progress with the rollout or roll back.

  • @serbianuser
    @serbianuser 10 місяців тому +1

    Hi Viktor,
    my application have liquibase inside the code, so when it starts then db is changed by new liquibase script..My question is, what do you recommend I should do to deploy apps because when i deploy it, databas is altered..Should I move liquibase out of the code and deploy it as separate "mini app - jar" ( wihch will be deployed before I deploy main app )?

    • @DevOpsToolkit
      @DevOpsToolkit  10 місяців тому

      I like to keep everything that is not business logic of an app outside the code of that app and even outside the container of that app. Hence, I keep schemas outside. My current favorite is Atlas Operator, but any should do. I would move liquibase out and probably have it run as a Job.

    • @serbianuser
      @serbianuser 9 місяців тому

      @@DevOpsToolkit thanks for quick response..I dont know if this is a good place to ask but I would very like to see and buy your courses and i cant see them on your website nor udemy, why is it so?
      just want to let you know that DevOps ppl are for sure very grateful for everything you are doing - best advices and tools!! it means a lot for all of us!

  • @dlabor1965
    @dlabor1965 5 місяців тому +1

    Please, please, please! Don't install Windows XP on my smartphone, PLEASE!!!

  • @be184
    @be184 3 роки тому +1

    try and shorten this video!

    • @DevOpsToolkit
      @DevOpsToolkit  3 роки тому +1

      UA-cam does not allow edits so I cannot change that video. I will, however, try to make upcoming videos shorter.