What problem does it solve? Deploying production AI infrastructure on Google Kubernetes Engine requires coordinating Terraform cluster provisioning, GPU quota management, batch job scheduling, and model serving, which is error-prone when done ad hoc. ## Core Features & Use Cases - Cluster Provisioning: Terraform modules for private Standard/Autopilot GKE clusters with GPU (L4, H100) and TPU node pools, GCS Fuse CSI, and Ray operator support. - GPU Batch Scheduling: Kueue ResourceFlavors, ClusterQueues, and priority classes implementing a Reserved → On-demand → Spot cost ladder with cohort borrowing and preemption. - Model Inference Serving: vLLM and TGI deployment manifests with GCS Fuse model loading, image streaming, and GPU-metric HPA for cold-start optimization. - Parallel Task Dispatch: Lossless wave executor that dispatches agentic framework tasks (GSD, Ralph Loop) as Kubernetes Indexed Jobs with idempotent replay and crash recovery. - Use Case: A platform engineer needs to run a multi-team GPU training platform — apply the Terraform configs, install the Kueue queues, then dispatch parallel analysis waves to the cluster. ## Quick Start Ask the assistant to provision a private GKE cluster with an L4 GPU node pool in project claude-mcp-457317 using the Terraform patterns in this skill.