Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Production readiness checklist for CAST AI cluster onboarding. Use when going live with CAST AI autoscaling, validating Phase 2 setup, or preparing for production cost optimization. Trigger with phrases like "cast ai production", "cast ai go-live", "cast ai checklist", "cast ai launch".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 43% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 25% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -36% | 0% |
Complete checklist for enabling CAST AI cost optimization on a production Kubernetes cluster. Covers Phase 1 (monitoring) through Phase 2 (full automation) with validation steps at each stage.
kubectl get pods -n castai-agentclusterLimits.cpu.maxCores set to safe ceilingunschedulablePods.headroom configured (10-15%)nodeDownscaler.emptyNodes.delaySeconds >= 300 for productionspotInstances.spotDiversityEnabled = truekube_pod_container_status_restarts_total{namespace="castai-agent"}bash# Disable autoscaling immediately (keeps agent monitoring) curl -X PUT -H "X-API-Key: ${CASTAI_API_KEY}" \ -H "Content-Type: application/json" \ "https://api.cast.ai/v1/kubernetes/clusters/${CASTAI_CLUSTER_ID}/policies" \ -d '{"enabled": false}' # Or remove all CAST AI components helm uninstall castai-evictor -n castai-agent helm uninstall cluster-controller -n castai-agent # Keep the agent for monitoring if desired
bash# Final pre-go-live verification echo "=== CAST AI Production Validation ===" # Agent healthy kubectl get pods -n castai-agent -o wide # All components running helm list -n castai-agent # Policies correct curl -s -H "X-API-Key: ${CASTAI_API_KEY}" \ "https://api.cast.ai/v1/kubernetes/clusters/${CASTAI_CLUSTER_ID}/policies" \ | jq '{enabled, unschedulablePods: .unschedulablePods.enabled, downscaler: .nodeDownscaler.enabled, spot: .spotInstances.enabled}' # Savings estimate curl -s -H "X-API-Key: ${CASTAI_API_KEY}" \ "https://api.cast.ai/v1/kubernetes/clusters/${CASTAI_CLUSTER_ID}/savings" \ | jq '{monthly: .monthlySavings, percent: .savingsPercentage}'
For version upgrades, see castai-upgrade-migration.
Other measured skills in the registry, with their headline benchmark lift.