🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

DevOps Advanced

What is ArgoCD?

A declarative GitOps continuous delivery tool for Kubernetes that automatically syncs cluster state with Git repositories.

ArgoCD follows the GitOps principle: Git is the single source of truth for desired cluster state. It monitors Git repositories and automatically applies changes to Kubernetes clusters, ensuring the deployed state matches the declared state.

Features include automated sync, manual sync with approval, drift detection, rollback, multi-cluster management, SSO integration, and a web UI for visualization. ArgoCD is the leading GitOps tool for Kubernetes environments.

Related Terms

Infrastructure Drift
The divergence between the actual state of infrastructure and its defined desired state, caused by manual changes or untracked modifications.
Chaos Engineering
The discipline of deliberately introducing failures into a system to test its resilience and identify weaknesses before they cause outages.
Istio
An open-source service mesh that provides traffic management, security, and observability for microservices on Kubernetes.
Artifact
A packaged, versioned output of a build process — such as a Docker image, JAR file, or compiled binary — ready for deployment.
Kubernetes
An open-source container orchestration platform that automates deploying, scaling, and managing containerized applications.
Makefile
A file containing build rules and commands that automates compilation and common project tasks using the make utility.
View All DevOps Terms →