CAST AI CI Integration Overview Add CAST AI cost validation to CI/CD pipelines: verify savings thresholds, validate Terraform plans before apply, and gate deployments on autoscaler health. Prerequisites - GitHub Actions enabled - CAST AI API key stored as repository secret - Terraform state accessible from CI (if using Terraform) Instructions Step 1: GitHub Actions -- Savings Gate Step 2: Terraform Plan Validation Step 3: Store Secrets Error Handling | Issue | Cause | Solution | |-------|-------|----------| | Secret not found | Missing | Add secrets to repo | | Savings check fails | Cluster n…