Continuous Deployment (Model) - CI/CD用語集の定義
Continuous deployment は、pipeline を通過したすべての変更を手動承認なしでそのまま本番環境へ出します。
Continuous deployment は、pipeline を通過したすべての変更を手動 gate なしで自動的に本番環境へリリースします。安全であるためには、強力な自動テストと監視が必要です。
前提条件
人間による gate がないため、continuous deployment は回帰を素早く捕捉するための包括的な自動テスト、feature flag、高速な rollback、可観測性に依存します。
関連ガイド
Continuous Delivery (Model) - CI/CD Glossary DefinitionContinuous Delivery (Model): Continuous delivery extends continuous integration by keeping every validated ch…
Error Budget Policy - CI/CD Glossary DefinitionError Budget Policy: An error budget policy defines what happens when a service exhausts its error budget, th…
Observability - CI/CD Glossary DefinitionObservability: Observability is the degree to which you can understand a system's internal state from its ext…