📄️ What is Argo CD?
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. It follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. Argo CD automates the deployment of the desired application states in the specified target environments.
📄️ What is GitOps?
GitOps is a paradigm or a set of practices that emphasizes the use of Git as a single source of truth for declarative infrastructure and applications. With Git at the center of the delivery pipelines, every change is comprehensible, traceable, and can be audited for changes to the infrastructure or applications.