Skip to main content

2 docs tagged with "gitops"

View all tags

App of Apps Pattern

The App of Apps pattern uses a single ArgoCD Application that manages other Application manifests stored in Git. This gives you a single entry point to bootstrap an entire cluster.

ArgoCD Overview

ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes. The cluster state is always derived from Git — ArgoCD watches your repo and reconciles divergence automatically.