Back to Glossary
GitOps

What is ArgoCD?

A GitOps continuous delivery tool that syncs Kubernetes clusters from a Git repository.

ArgoCD is a declarative GitOps continuous delivery tool for Kubernetes. It continuously monitors a Git repository and ensures the live state of your cluster matches the desired state defined in Git. Any configuration drift is detected automatically and can be auto-corrected. ArgoCD provides a UI, CLI, and API for managing applications. It supports Helm, Kustomize, Jsonnet, and plain YAML as application sources.

Deep Dive Guide

argocd vs flux vs jenkins gitops comparison

Related Terms

Test your knowledge of ArgoCD and 130 other DevOps concepts