What problem does it solve? GKE clusters often waste money through over-provisioned resource requests, idle node pools, and missing discount commitments. This Skill provides concrete workflows to diagnose and reduce Google Kubernetes Engine spending while keeping workloads reliable. ## Core Features & Use Cases - Pod Rightsizing: Deploy VPA in recommendation mode and apply P95-based rules to cut oversized CPU and memory requests. - Spot VM Workloads: Target Spot capacity with nodeSelector for fault-tolerant batch and stateless workloads, achieving 60-90% savings. - Committed Use Discounts: Size 1-year or 3-year CUDs to the steady-state baseline only, covering bursts with autoscaling and Spot. - Use Case: A platform team notices a multi-tenant cluster's bill climbing. They apply ResourceQuotas per namespace, rightsize deployments using VPA recommendations, migrate batch jobs to Spot VMs, and purchase resource-based CUDs for the baseline load. ## Quick Start Ask the AI to analyze my GKE workloads and recommend cost optimizations including rightsizing, Spot VMs, and committed use discounts.