GitOps Reconciliation - CI/CD用語集の定義
GitOps reconciliationは、エージェント(Argo CD、Flux)が稼働中のシステムとGitに保存された望ましい状態を継続的に比較し、変更を適用して両者を収束させるループで、Gitを信頼できる情報源にします。
関連ガイド
Drift Detection - CI/CD Glossary DefinitionDrift detection finds where the live system has diverged from its declared config - a manual change or failed…
Idempotent Apply - CI/CD Glossary DefinitionAn idempotent apply produces the same end state no matter how often it runs, so re-running a deploy or terraf…
Progressive Delivery - CI/CD Glossary DefinitionProgressive delivery rolls a release out gradually - canaries, ramps, flags - with automated metric gates tha…