GitOps Reconciliation - Definição do Glossário de CI/CD
A GitOps reconciliation é o loop no qual um agente (Argo CD, Flux) compara continuamente o sistema em execução com o estado desejado armazenado no Git e aplica mudanças para convergi-los, tornando o Git a fonte autoritativa.
Guias relacionados
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…