Helm + Kubernetes drift detection
Continuous drift assurance for Helm releases and live cluster state.
Materialize release intent, capture live control-plane evidence, surface governed configuration drift, and reconcile safely from a single operator console.
Drift simulator
Replay governed changes before reconcile
spec.minReplicas
Observed autoscaler floor diverges from the approved release contract.
Pipeline
Short flow
Operator console
Centered operator console
Release assurance, live-state evidence, drift review, and guided remediation in one command surface.
driftctl operator console
Release baseline audit, live control-plane evidence, and guided reconciliation workflow.
Approved baseline
Release contract materialized from Helm or Git
helm template test-nginx ./charts/nginx --namespace sandbox-nginx --include-crds > release-baseline.yaml
Live evidence
Live control-plane evidence captured from Kubernetes
kubectl get hpa,svc -n sandbox-nginx -o yaml > live-snapshot.yaml
Governed drift
Governed differences across high-signal control paths
Review governed deltas before promotion, rollback, or reconciliation.
Audit assets
Execution runners and release templates behind the control check
Execution runner for Helm-rendered baseline capture and drift evidence.
scripts/run_helm_mode.sh
Ops flow
Release assurance operating flow
Use this path for release validation, production drift review, and controlled remediation.