Skip to main content

What is ChangeGuard?

ChangeGuard gives platform engineering teams a single safety score for every Kubernetes deployment — the Change Safety Confidence (CSC) score. Instead of guessing whether it’s safe to deploy, your team gets a deterministic 0-100 score backed by live cluster data, policy compliance, and runtime health signals.

How it works

1

Install the agent

One command deploys a read-only agent to your cluster. It collects pod status, node health, deployments, events, and ArgoCD state — never secrets or application data.
2

Agent pushes snapshots

Every 10 seconds, the agent sends a gzip-compressed snapshot to api.changeguard.ai over TLS. The backend calculates your CSC score and stores history.
3

View your dashboard

Log in at app.changeguard.ai to see scores, risks, ArgoCD fleet status, cross-cluster intelligence, and audit trails — all scoped to your tenant.

Key features

  • CSC Score (0-100) — single deployment readiness metric combining policy compliance, runtime health, historical stability, and cluster health
  • ArgoCD Fleet Management — auto-discovers ArgoCD instances, tracks sync status, health, and drift across your fleet
  • Cross-Cluster Intelligence — correlates risks across clusters (image failures, restart storms, node pressure)
  • Slack & Teams Alerts — webhook notifications when scores drop or deployments degrade
  • Audit Trail — every deployment validation logged with full context
  • CSV/JSON Export — compliance-ready reports for security reviews

Quick install

curl -sL https://install.changeguard.ai | bash -s -- \
  --api-key YOUR_API_KEY \
  --cluster production
Your dashboard populates within 10 seconds.