We’ve launched ArgoCD integration for Cased. Teams using ArgoCD for GitOps deployments can now monitor their Kubernetes applications directly from Cased.
What It Does
The integration automatically tracks deployment events from ArgoCD:
- Sync status changes (Syncing, Synced, Failed)
- Application health status (Healthy, Degraded, Unhealthy)
- Deployment metadata and timing
- Resource counts and error messages
Quick Setup
Setup takes about 2 minutes:
- Get your personalized configuration via the Cased API
- Apply the configuration to your Kubernetes cluster
- Annotate your ArgoCD applications with Cased metadata
# Get your personalized ArgoCD configuration
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://app.cased.com/api/v1/argocd/setup
Why It Matters
ArgoCD handles the GitOps workflow. Cased adds visibility and automation on top:
- Automatic Slack/email notifications for deployment changes
- AI-powered response to deployment issues
- Complete deployment history and audit trail
- Runbook automation for common scenarios
The integration supports multi-cluster deployments and selective event filtering. You control which applications send events to Cased through annotations.
Read the full documentation or get started in your Cased dashboard.