Argo CD
Following adds this technology to your private workspace so related learning is easier to organise and revisit.
What is Argo CD?
Argo CD is a declarative GitOps continuous-delivery controller for Kubernetes. This profile connects the concept to KBY's practical engineering guidance.
It compares the desired manifests held in Git with live cluster state, reports drift and can synchronise approved changes automatically. Applications, projects, health checks and sync policies provide boundaries for multi-team and multi-cluster delivery.
Reconcile Kubernetes applications continuously from version-controlled desired state.
- GitOps continuous delivery
- Kubernetes application deployment
- Drift detection and remediation
Explore related technologies
Related technologies
3 resources for Argo CD
Browse by purpose, from definitions and learning through operations, diagnostics and controlled recovery.
Learn and operate with Argo CD
Ordered as a reader progression -- from core definitions through to operational reference -- using only the content already connected in the technology registry.
Lexicon Definitions(1)
Start here: understand the core vocabulary.
Systems Engineering(2)
Learn the architecture, concepts and engineering context.
- Installing Argo CD with Helm: Production Values, HA, Upgrades and RollbackA production-focused guide to installing Argo CD with Helm, covering pinned values, high availability, validation, security, upgrades and rollback. Open
- Taming Argo CD Sync Storms in Shared ClustersWhy a single monorepo push can trigger thousands of simultaneous Argo CD reconciliations, and how sharding, repo-server caching, and sync windows stop it. Open