Docs
โš™๏ธ Configuration
๐Ÿ”Œ Connectors
CI/CD Tools
Argo CD

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:

    1. Syncing the application state defined in Git with the actual state running in Kubernetes.
    2. Providing deployment strategies, automated rollback, and monitoring application health.
  • NOTE

    1. Since ArgoCD operate from outside the Git environment, it takes the latest version from Git & deploys that in production.
    2. Hatica does not have access to understand when that happens automatically.
    3. For such situations we recommend using our Events API (opens in a new tab)