AI SummaryConnect a Kubernetes cluster (EKS, GKE, AKS, or KOPS) to CAST AI for cost optimization, autoscaling, and security scanning. Covers API key generation, Helm chart installation of the CAST AI agent, and Terraform provider setup. Log in to https://console.cast.ai and navigate to API > API Access Keys.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "castai-install-auth" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/castai-install-auth && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/castai-install-auth/SKILL.md "https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/castai-pack/skills/castai-install-auth/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
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".
Overview
Connect a Kubernetes cluster (EKS, GKE, AKS, or KOPS) to CAST AI for cost optimization, autoscaling, and security scanning. Covers API key generation, Helm chart installation of the CAST AI agent, and Terraform provider setup.
Prerequisites
• A running Kubernetes cluster (EKS, GKE, AKS, or KOPS) • kubectl configured with cluster admin access • helm v3 installed • A CAST AI account at https://console.cast.ai
Step 1: Generate an API Key
Log in to https://console.cast.ai and navigate to API > API Access Keys. Create a Full Access key for Terraform-managed clusters, or Read-Only for monitoring-only. `bash export CASTAI_API_KEY="your-api-key-here"
Verify the key works
curl -s -H "X-API-Key: ${CASTAI_API_KEY}" \ https://api.cast.ai/v1/kubernetes/external-clusters | jq '.items | length' `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster