Gitops Glossary

Browse 2 gitops terms defined in plain English, from the cultural dictionary of computing.

2 Gitops Terms

ArgoCD
A declarative GitOps continuous delivery tool for Kubernetes that keeps cluster state synchronized with Git repositories. ArgoCD watches Git repos containing...
GitOps Pull Model
A GitOps implementation where an agent running inside the cluster (ArgoCD, Flux) continuously polls a Git repository and reconciles the cluster state to match...

Related Topics