DriftGuard
DriftGuard is a web app (with optional CLI) that continuously detects and explains infrastructure and Kubernetes configuration drift across Terraform, Helm, and live clusters. It connects to your Git repos and cloud accounts, builds a “desired vs actual” model, and alerts only when drift is risky (security exposure, cost spike, or availability impact). Instead of dumping noisy diffs, it maps changes to ownership (team/service), blast radius, and a recommended fix path: open an auto-generated PR to revert, create a ticket, or run a safe remediation plan. It also keeps an audit trail for compliance without forcing you into a heavyweight GRC tool. This is a combination traditional + AI app: traditional collectors/diff engine plus AI to summarize diffs, classify severity, and draft remediation PRs and incident notes. The goal is fewer surprise outages caused by manual console changes and “temporary” hotfixes that never get codified.