Join us

heart Updates and posts about Docker Compose..
 Activity
@vomba started using Docker Compose , 3 years, 11 months ago.
 Activity
@day_dreamer168 started using Docker Compose , 4 years ago.
 Activity
@yilmazsen started using Docker Compose , 4 years, 1 month ago.
Story
@sowmenrahman shared a post, 4 years, 1 month ago
Junior Software Engineer, Arcade Studios

Blue/Green deployment strategy

Canary deployment strategy also known as blue/green deployment, is an industry standard protocol for deployment with zero downtime by utilizing two separate environments and switching during source code updates or rollbacks. Canary deployments have a lot of advantages when it comes to multi-server configuration and aids in technical cases like version rollbacks, and a/b testing.

Canary deployments