Blue-Green Deployment - CI/CD 用語集の定義
blue-green deployment は 2 つの同一環境を保持し、すべてのトラフィックを旧環境 ("blue") から新環境 ("green") へ一度に切り替えるため、ロールバックは即座に元へ戻すだけで済みます。
関連ガイド
Canary Deployment - CI/CD Glossary DefinitionA canary deployment ships a new version to a small slice of traffic first, watching its health before rolling…
Rollback - CI/CD Glossary DefinitionA rollback reverts a deployment to the previous known-good version after a release goes wrong. Fast, reliable…
Immutable Infrastructure - CI/CD Glossary DefinitionImmutable infrastructure never patches running servers in place; to change anything you build a fresh image a…