What problem does it solve?
GKE clusters often waste money through over-provisioned resource requests, idle node pools, and missed discount opportunities. This Skill provides concrete workflows to diagnose and reduce GKE spending while maintaining reliability.
Core Features & Use Cases
- Pod Rightsizing: Deploy VPA in recommendation mode and apply P95-based rules to cut over-provisioned CPU and memory requests.
- Spot VM & Machine Type Selection: Target Spot capacity via nodeSelector for fault-tolerant workloads and choose cost-efficient machine families (e2, t2d, n4, c4).
- Committed Use Discounts & Quotas: Size 1-year or 3-year CUDs to the steady-state baseline and enforce ResourceQuotas to prevent runaway multi-tenant costs.
- Use Case: A platform team notices a rising GKE bill. They use this Skill to rightsize deployments with VPA recommendations, migrate batch jobs to Spot VMs, and purchase resource-based CUDs covering only their baseline usage.
Quick Start
Ask the agent to analyze my GKE workloads and recommend cost optimizations including rightsizing, Spot VMs, and committed use discounts.