Top 5 Most-Used Deployment Strategies

preview_player
Показать описание

Animation tools: Adobe Illustrator and After Effects.

Checkout our bestselling System Design Interview books:

ABOUT US:
Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.
Рекомендации по теме
Комментарии
Автор

I just upload files, works fine half the time

KuopassaTv
Автор

This guys infographics are thest BEST I have seen. It just makes it easier to follow/understand. Great videos.

JohnS-erjh
Автор

I wish I can like this video more than once. The use of diagrams makes the understanding so much easy. Thanks a lot

godwineffiong
Автор

By far the best video explaining the deployment strategies clearly, presenting them well visually and straight to the point explanations. Thank you!

BornaLoncaric
Автор

00:31 🔄 *Big Bang Deployment involves pushing all changes at once, causing short downtime; careful preparation and testing are crucial, with rollback as an option.*
01:34 🏃‍♂️ *Rolling Deployment updates different server parts incrementally, preventing downtime and allowing early issue detection; however, it's slower and lacks targeted rollouts.*
03:32 🔄🔵 *Blue-Green Deployment uses two identical environments; one serves live version while the other tests new version; seamless transitions and rollbacks, but resource-intensive.*
05:59 🐦 *Canary Deployment tests new version on a small subset (canaries) before full-scale rollout, offering safety net, control, and targeted rollouts; requires careful monitoring.*
07:57 🎚️ *Feature Toggle manages specific new features within an application; allows turning features on or off for certain users, offering control, A/B testing, but needs careful management.*

jacques
Автор

Your videos are supreme!! Well done, to the point.. just perfect.. one way to make it better.. as you always talk about different topics.. for example here.. 5 deployment strategies.. put. In the lower left portion of the presentation the current strategy you are talking about.. and so for each topic you cover.. so that everybody know what item you are currently talking about. Cheers!

cesarp
Автор

Thank you for this video ! very helpful explanation!
We use rolling upgrade + canary deployment strategy.

jimmyexx
Автор

Excellent. Hope to see a dark deploy video soon as well 🙏 if one doesn't already exist. Compliments to the chef, another high quality presentation that is clear and articulate 💯

ahDcomingU
Автор

Thanks - awesome video and excellent explanation.... the visuals together with the detailed explanation is just awesome! Thanks so very much.

syedahmad
Автор

I watched several videos and it was a great help to my interviews for Cyber Security. I hope that in the future you come up with something with Cyber Security. I will definitely purchase your books when I secure a Job in Cyber Security.

ravbhuva
Автор

nice video. I worked in different companies and met all of these deployment strategies. Good for me to have a theory summary.

willzou
Автор

Best video on deployment strategies! Thank you!!!

cassianocominetti
Автор

A nice demostration, very cleand and understandable, it would be heplful if the slides had the name of strategy being shown. Thank you very much for your work.

bigbyte
Автор

Another excellent video from ByteByte !

NK-iwrq
Автор

Really insightful content, keep up the good work!

austintoddj
Автор

Very useful. Thanks so much for your work.

abesito
Автор

The information graphics he uses are superb, the contents straight up PRO

dannyhd
Автор

On small input on the video when ever you are explaining one strategy the name of the same strategy should be visible above diagram so that if at all some one jump the video still feels connected with what ever is visible on screen

prashantkaddam
Автор

A combination of rolling deployment, canary deployment and feature toggles with good database design practices allow to maintain high service availability. Great video!

MAtukulis
Автор

Probably worth noting that each feature on/off toggle doubles the test requirement (if you need to test all combinations of features). So that explodes really quickly if toggles are not removed relatively quickly.

Martinit