Argo CD
-
Function: ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes. It automates the deployment of applications from git repositories into Kubernetes clusters.
-
Primary Focus:
- Syncing the application state defined in Git with the actual state running in Kubernetes.
- Providing deployment strategies, automated rollback, and monitoring application health.
-
NOTE
- Since ArgoCD operate from outside the Git environment, it takes the latest version from Git & deploys that in production.
- Hatica does not have access to understand when that happens automatically.
- For such situations we recommend using our Events API (opens in a new tab)