--- title: Argo CD description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. hero: tagline: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. image: file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/argo-cd.webp actions: - text: Source link: https://github.com/argoproj/argo-cd icon: right-arrow - text: Deployment Chart link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/argocd icon: right-arrow --- import { Aside } from '@astrojs/starlight/components'; # Purpose Deploying and managing resources within Kubernetes clusters. # Notes Syncs from templates defined in the [infrastructure](https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/manifests/) repo, manifests branch. Deeply integrated with Gitea and the rendered manifests system. Also used as a dashboard for resources, mostly for logs and restarting deployments. This is also done in [Headlamp](https://docs.alexlebens.dev/applications/headlamp/), which is the full featured dashboard.