Skip to content
Menu
myCloud myCloud

Personal short notes about Cloud

  • XMPie
  • AWS
    • AWS Topics
    • AWS Architecture
    • AWS CLI
    • AWS Health
    • AWS Policies
    • AWS Cost
  • CHEAT SHEETS
myCloud myCloud

Personal short notes about Cloud

Deployment strategies

By mikado on January 16, 2023January 16, 2023

Rolling Update (or ramped or incremental)

Version B is slowly rolled out and replacing version A

Recreate

Version A is terminated then version B is rolled out. When no requirement for zero-downtime

Blue-Green

Version B is released alongside version A, then the traffic is switched to version B

Canary

Version B is released to a subset of users, then proceed to a full rollout

A/B Testing

Version B is released to a subset of users under specific condition. Test multiple versions of an application simultaneously (who’s performaing best?)

Shadow

Version B receives real-world traffic alongside version A and doesn’t impact the response

Category: Container

Categories

  • AWS (4)
  • AWS Architecture (8)
  • AWS CLI (5)
  • AWS Cost (3)
  • AWS Health (4)
  • AWS Policies (2)
  • AWS Topics (24)
  • CHEAT SHEETS (16)
  • Container (21)
  • Datadog (4)
  • Jenkins (2)
  • Linux (9)
  • Microsoft (7)
  • Python (1)
  • SCRIPTS (9)
  • Terraform (5)
  • XMPie (6)
©2025 myCloud
Click to Copy