castai-upgrade-migration

Featured

Upgrade CAST AI Helm charts, Terraform provider, and agent components. Use when upgrading CAST AI versions, checking for breaking changes, or migrating between CAST AI agent releases. Trigger with phrases like "upgrade cast ai", "update cast ai agent", "cast ai helm upgrade", "cast ai terraform upgrade".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CAST AI Upgrade & Migration ## Overview Upgrade CAST AI components: Helm charts for the agent/controller/evictor, Terraform provider version, and workload autoscaler. Includes rollback procedures for each component. ## Prerequisites - Current CAST AI components installed - Staging cluster for testing upgrades first - Helm and kubectl access - Change management approval for production ## Instructions ### Step 1: Check Current Versions ```bash # Helm chart versions helm list -n castai-agent -o json | jq '.[] | {name: .name, chart: .chart, appVersion: .app_version}' # Available versions helm repo update helm search repo castai-helm --versions | head -20 # Terraform provider version grep "castai/castai" .terraform.lock.hcl terraform providers ``` ### Step 2: Review Changelog ```bash # Check CAST AI changelog for breaking changes # https://docs.cast.ai/changelog/ # Check Terraform provider releases # https://github.com/castai/terraform-provider-castai/releases ``` ### Step 3: Upgrade on Staging First ```bash # Upgrade agent helm upgrade castai-agent castai-helm/castai-agent \ -n castai-agent --reuse-values # Upgrade cluster controller helm upgrade cluster-controller castai-helm/castai-cluster-controller \ -n castai-agent --reuse-values # Upgrade evictor helm upgrade castai-evictor castai-helm/castai-evictor \ -n castai-agent --reuse-values # Upgrade workload autoscaler helm upgrade castai-workload-autoscaler castai-helm/castai-workload-autoscaler \ -n ca...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

castai-install-auth

Install and configure CAST AI agent on a Kubernetes cluster with API key authentication. Use when onboarding a cluster to CAST AI, setting up Helm charts, or configuring Terraform provider authentication. Trigger with phrases like "install cast ai", "connect cluster to cast ai", "cast ai setup", "cast ai api key", "cast ai helm install".

2,266 Updated today
jeremylongshore
AI & Automation Featured

castai-prod-checklist

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".

2,266 Updated today
jeremylongshore
AI & Automation Featured

castai-common-errors

Diagnose and fix CAST AI agent, API, and autoscaler errors. Use when the CAST AI agent is offline, nodes are not scaling, or API calls return errors. Trigger with phrases like "cast ai error", "cast ai not working", "cast ai agent offline", "cast ai debug", "fix cast ai".

2,266 Updated today
jeremylongshore
DevOps & Infrastructure Featured

castai-deploy-integration

Deploy CAST AI across multi-cloud Kubernetes clusters with Terraform modules. Use when onboarding EKS, GKE, or AKS clusters to CAST AI using infrastructure-as-code patterns. Trigger with phrases like "deploy cast ai", "cast ai eks", "cast ai gke", "cast ai aks", "cast ai terraform module".

2,266 Updated today
jeremylongshore
AI & Automation Featured

castai-performance-tuning

Optimize CAST AI autoscaler performance, node provisioning speed, and API efficiency. Use when nodes take too long to provision, autoscaler is not reacting fast enough, or optimizing API call patterns for multi-cluster dashboards. Trigger with phrases like "cast ai performance", "cast ai slow", "cast ai node provisioning", "cast ai autoscaler speed".

2,266 Updated today
jeremylongshore