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

  Рет қаралды 16,308

DevOps Toolkit

DevOps Toolkit

Күн бұрын

Пікірлер: 30
@christianibiri
@christianibiri 3 жыл бұрын
Great explanation! thank you....
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
Glad it was helpful!
@codesrinivas2816
@codesrinivas2816 Жыл бұрын
I'm glad i found your channel. perfect explanation tysm.
@drgr33nUK
@drgr33nUK Жыл бұрын
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 Жыл бұрын
Nice and clear explanation! Thank you Victor
@cnicoletti5210
@cnicoletti5210 2 жыл бұрын
I'm a fan Viktor, consistently well explained relevant content. Keep up the great work!
@LeviSMega
@LeviSMega 2 жыл бұрын
A perfect explanation. Thank you!
@khalidelgazzar
@khalidelgazzar Жыл бұрын
Great explanation and to the point. Thank you!
@lysh6654
@lysh6654 3 жыл бұрын
Great explanation, thank you so much!
@mohamudosmanali1219
@mohamudosmanali1219 Жыл бұрын
Hey Victor, thanks mate for the great explanation.
@djordjepetrovic2365
@djordjepetrovic2365 2 жыл бұрын
Great explanation, keep it going :)
@MangoAfFan
@MangoAfFan Жыл бұрын
Great explanation!
@viniciosantos
@viniciosantos 2 жыл бұрын
Great info, thank you!
@snehotoshbanerjee1938
@snehotoshbanerjee1938 Жыл бұрын
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 9 ай бұрын
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 9 ай бұрын
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 4 ай бұрын
Please, please, please! Don't install Windows XP on my smartphone, PLEASE!!!
@be184
@be184 2 жыл бұрын
try and shorten this video!
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
KZbin does not allow edits so I cannot change that video. I will, however, try to make upcoming videos shorter.
@CodeYourselfToDeath
@CodeYourselfToDeath 9 ай бұрын
Excellent video!
@underlecht
@underlecht 3 жыл бұрын
Good work, thank you. For better comprehension, my question may be just a little bit off topic, but related to backwards compatibility - how about a case when we also have a client application (frontend+backend)? So then, at first we release new api (backend) version, e.g. v1.1, and still support the older v1.0. After successful rollout of backend (say, during the process it passes all tests), then we begin to roll out the new frontend version using new api v1.1? Would it be a valid/good process?
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
As you mentioned, the key is to be backwards compatible. We cannot assume that everything will always be perfectly synchronised. That is impossible without introducing downtime. As long APIs are backwards compatible, the order should not matter. Optionally, you might want to introduce feature flags (toggles) to better control what is enabled.
@paujoan401
@paujoan401 Жыл бұрын
@@DevOpsToolkit Sorry for being super late here. So what is the best practice here, I assume all dev teams have to be aware of developing and mantaining the app taking into account backwards compatibility and proper error handling. So it could happen still that some client between a deployment in progress could get some unexpected functionality that will ease once the full deployment it's complete, right?
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
@@paujoan401 I'm not sure I understood the question... Are you referring to potential problems during canary deployments?
@paujoan401
@paujoan401 Жыл бұрын
@@DevOpsToolkit indeed, let's say you have a backend application performing operations against an RDS. Let's say half of the instances were updated to new version during deployment. During that time a client makes a request to the old version which makes an operation against old schema which was already migrated.
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
​@@paujoan401In those cases you probably want to use feature flags and enable the new feature afterwards or you might want to add sessions so that the client goes to the same instance (for as long as it's available). In those cases, I would probably start with feature flags.
Argo Rollouts - Canary Deployments Made Easy In Kubernetes
17:27
DevOps Toolkit
Рет қаралды 23 М.
РОДИТЕЛИ НА ШКОЛЬНОМ ПРАЗДНИКЕ
01:00
SIDELNIKOVVV
Рет қаралды 3,8 МЛН
«Кім тапқыр?» бағдарламасы
00:16
Balapan TV
Рет қаралды 293 М.
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 6 МЛН
Continuous integration, delivery, deployment, and testing explained
24:05
Top 5 Most-Used Deployment Strategies
10:00
ByteByteGo
Рет қаралды 271 М.
What Is GitOps And Why Do We Want It?
20:47
DevOps Toolkit
Рет қаралды 8 М.
What is microservices architecture?
16:21
DevOps Toolkit
Рет қаралды 9 М.
Most Common Kubernetes Deployment Strategies (Examples & Code)
20:06
DevOps MUST Build Internal Developer Platform (IDP)
36:22
DevOps Toolkit
Рет қаралды 55 М.
РОДИТЕЛИ НА ШКОЛЬНОМ ПРАЗДНИКЕ
01:00
SIDELNIKOVVV
Рет қаралды 3,8 МЛН