← Graph

Blue-Green Deployment

concept 3 connections

Deployment strategy where the new version boots alongside the old one and traffic is switched once the new version is healthy, giving gapless deploys. Used by Kamal; requires significantly more RAM than expected (especially for Rails with Solid libraries) because both versions run in parallel briefly — an argument for one large VM that amortizes RAM across projects.

category
pattern
about
Blue-Green Deployment concept
Explains Kamal's blue-green deploys and their RAM implications.
about
Blue-Green Deployment concept
Explains RAM cost of blue-green deploys.
tool Kamal
uses
Blue-Green Deployment concept
Kamal's deploy model uses blue-green releases for gapless rollouts.

Provenance

Read by
1 extraction