๐ŸŽ 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

SRE (Site Reliability Engineering)
An engineering discipline that applies software engineering principles to infrastructure and operations to create reliable systems.
Container Registry
A storage and distribution service for container images, similar to a package repository but for Docker images.
Feature Flag
A technique that allows enabling or disabling features in production without deploying new code, enabling safe rollouts and A/B testing.
Kubernetes
An open-source container orchestration platform that automates deploying, scaling, and managing containerized applications.
Canary Deployment
A deployment strategy that gradually rolls out changes to a small subset of users before deploying to the entire infrastructure.
Pipeline as Code
Defining CI/CD pipeline configurations as version-controlled code files rather than through UI-based pipeline builders.
View All DevOps Terms โ†’