Terminology Index
Glossary
1801 terms
Showing 673-704 of 1801 terms
Flux ArgoCD
Two leading GitOps tools, Flux and Argo CD, that continuously deploy and reconcile Kubernetes workloads from a Git repository, making Git the source of truth and automatically correcting drift from the declared state.
Flux and Argo CD implement GitOps for Kubernetes: they watch a Git repository holding the desired declarative state and continuously reconcile the cluster to match it, so deployments happen by committing to Git and unauthorized changes are reverted. For security this brings auditability (every change is a reviewed commit), drift management, and a clear authorization path, while making the GitOps pipeline itself, and its access to the cluster, something to secure.
Introduced in: Cloud-Native Security
Examples
- Argo CD syncing a cluster to match the desired state declared in Git.
- Flux automatically reverting a manual change that drifted from Git.
- Deploying by committing to Git rather than applying changes directly.
No related terms linked yet.
