Drift Detection - Definição do Glossário de CI/CD
A drift detection identifica a divergência entre o estado real da infraestrutura ou de um cluster e o estado declarado no código, expondo mudanças fora de banda para alerta ou reconciliação automática.
Guias relacionados
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…