๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout 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

Kubernetes ConfigMap
A Kubernetes object that stores non-sensitive configuration data as key-value pairs, injected into pods as environment variables or files.
Chaos Engineering
The discipline of deliberately introducing failures into a system to test its resilience and identify weaknesses before they cause outages.
Feature Flag
A technique that allows enabling or disabling features in production without deploying new code, enabling safe rollouts and A/B testing.
Semantic Versioning
A versioning scheme using MAJOR.MINOR.PATCH numbers that communicates the nature of changes in each release.
SRE (Site Reliability Engineering)
An engineering discipline that applies software engineering principles to infrastructure and operations to create reliable systems.
Artifact Repository
A centralized storage system for build artifacts like compiled binaries, packages, and container images used in CI/CD pipelines.
View All DevOps Terms โ†’