🎁 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

Trunk-Based Development
A source control strategy where developers integrate small changes directly into the main branch frequently, often multiple times per day.
SRE (Site Reliability Engineering)
An engineering discipline that applies software engineering principles to infrastructure and operations to create reliable systems.
Grafana
An open-source analytics and visualization platform for creating dashboards from various data sources.
Container Registry
A storage and distribution service for container images, similar to a package repository but for Docker images.
Docker Volume
A mechanism for persisting data generated by Docker containers, surviving container restarts and removals.
Containerization
A lightweight virtualization method that packages applications with their dependencies into isolated, portable containers.
View All DevOps Terms →