Immutable Infrastructure - CI/CD用語集の定義
イミュータブルインフラとは、サーバーが deploy 後に変更されないモデルです。変更するには、その場でパッチを当てるのではなく、新しいイメージを build して古いインスタンスを置き換えます。
イミュータブルインフラとは、サーバーが deploy 後に変更されないモデルです。変更するには、その場でパッチを当てるのではなく、新しいイメージを build して古いインスタンスを置き換えます。
イミュータブルインフラは CI と自然に組み合わさります。すべての変更が新鮮でテスト済みの artifact を生み出し、構成のドリフトを排除します。
関連ガイド
Configuration Management - CI/CD Glossary DefinitionConfiguration Management: Configuration management is the process of establishing and maintaining a known, co…
Blast Radius - CI/CD Glossary DefinitionBlast Radius: Blast radius is the scope of impact if a change or failure goes wrong: how many systems, users,…
Configuration Drift - CI/CD Glossary DefinitionConfiguration Drift: Drift is the divergence between a system's real configuration and the state declared in…