Drift Detection - CI/CD用語集の定義
drift detectionは、インフラやclusterの実際の状態とコードで宣言された状態との乖離を検出し、帯域外の変更をアラートや自動reconciliationのために表面化させます。
関連ガイド
GitOps Reconciliation - CI/CD Glossary DefinitionGitOps reconciliation is a controller continuously comparing the live cluster to the state declared in Git an…
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…
Artifact Promotion - CI/CD Glossary DefinitionArtifact promotion moves one tested build unchanged through environments - dev to staging to prod - so exactl…