Тёмный

An overview of how blue-green deployments work (with AWS examples) 

Web Dev Cody
Подписаться 239 тыс.
Просмотров 4,8 тыс.
50% 1

Sharing how we implemented a blue green deployment on our project.
------------
🤑 Patreon / webdevjunkie
🔔 Newsletter eepurl.com/hnderP
💬 Discord / discord
📁. GitHub github.com/cod...

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии    
@ayushw
@ayushw 2 года назад
Awesome stuff, keep the AWS/system design content coming!
@johandejager3692
@johandejager3692 2 года назад
Does it make sense to do this "Switching" on DNS level? Personally I try to prevent DNS for anything like this because it's so unpredictable. I mean, even if your TTL is 1 second, users their machines can do whatever they want. It's more of a suggestion. I've never tried it but I'd be afraid of breaking prod because caches. You've never run into problems with this? I personally do something similar but I have sort of like a proxy that redirects traffic to the new machine after health checks have passed. You have complete control of the proxy and does not depend on any caches you don't control.
@Mr767267
@Mr767267 6 месяцев назад
Most cases we do have database schema change with new versions. I think in that case this pattern does not fit, or rather some sort of downtime is to be planned. Am I correct or is there a pattern which is solving the database schema updates too?
@WebDevCody
@WebDevCody 6 месяцев назад
there is a separate pattern you need to do related to breaking database schema changes. Google expand + contract migrations. As an example, if you need to rename a column, you'd: 1. add the new field 2. have your code write to both old and new fields 3. write a script to move all data's old field into new field (some background process) 4. deploy code to now read + write only from the new field 5. run migration to remove the old field
@SeibertSwirl
@SeibertSwirl 2 года назад
Good job babe!!
@yousafwazir3167
@yousafwazir3167 2 года назад
Hello 👋
Далее
Blue / Green Deployment Explained
8:51
Просмотров 37 тыс.
This is why we use continuous integration
14:12
Просмотров 8 тыс.
Наши дети захватили кухню!
00:59
Просмотров 157 тыс.
skibidi toilet multiverse 042
20:57
Просмотров 4,7 млн
Why I'd never host my apps on a VPS
13:43
Просмотров 61 тыс.
Platform Engineering vs DevOps
15:14
Просмотров 28 тыс.
Top 5 Most-Used Deployment Strategies
10:00
Просмотров 273 тыс.
Наши дети захватили кухню!
00:59
Просмотров 157 тыс.