Rollback - CI/CD 用語集の定義
rollback は不具合のあるデプロイの後に直前の正常なバージョンを復元します。素早く信頼できる rollback があるからこそ、頻繁なリリースが安全になります。
関連ガイド
Blue-Green Deployment - CI/CD Glossary DefinitionBlue-green deployment runs two identical environments and switches traffic from the old (blue) to the new (gr…
Canary Deployment - CI/CD Glossary DefinitionA canary deployment ships a new version to a small slice of traffic first, watching its health before rolling…
Immutable Infrastructure - CI/CD Glossary DefinitionImmutable infrastructure never patches running servers in place; to change anything you build a fresh image a…