Desired State - CI/CD用語集の定義
望ましい状態とは、システムに対して宣言する目標構成のことです。すなわち、ツールが実現し維持すべきリソース、バージョン、設定です。
望ましい状態とは、システムに対して宣言する目標構成のことです。すなわち、ツールが実現し維持すべきリソース、バージョン、設定です。
IaC ツールは(継続的に、または各実行ごとに)望ましい状態と現在の状態を比較し、その差分に対して処理を行います。
関連ガイド
Configuration Drift - CI/CD Glossary DefinitionConfiguration Drift: Drift is the divergence between a system's real configuration and the state declared in…
Reconciliation Loop - CI/CD Glossary DefinitionReconciliation Loop: A reconciliation loop is a control mechanism that repeatedly compares desired state to c…
Declarative Configuration - CI/CD Glossary DefinitionDeclarative Configuration: Declarative configuration describes the desired end state of a system and lets the…