ArgoCD creates the relationship in between the Git Repo and K8 Cluster
Continuous Delivery Tool
Competitor to Jenkins and GitLab CI/CD
ArgoCD Documentation:
<https://argo-cd.readthedocs.io/en/stable/getting_started/>
Why we need it
- Any change in the configurations or deployment versions.
- If we have a cluster with a large number of deployments, then it is impractical to manage all of them manually.
- We don’t need to access the K8 Cluster for using the ArgoCD.
- No need to access the AWS EKS Cluster.
- Version Controlled way to manage the K8 Cluster.

How to Configure the ArgoCD:
- Deploy ArgoCD into K8 cluster.
- Purpose built for K8
- Supports multiple clusters.
Deployment on K8 Cluster