What problem does it solve? GKE clusters that fail to scale up during traffic spikes or refuse to scale down idle nodes waste money and cause outages. This Skill provides expert guidance for enabling, tuning, and troubleshooting the GKE Cluster Autoscaler, Node Auto Provisioning, and node pool auto-creation. ## Core Features & Use Cases - Scale-Down Blocker Detection: Enumerates all seven blocker categories (bare pods, safe-to-evict annotations, local storage, PDBs, min-nodes floors, node annotations, hostname constraints) and ships a script that scans the live cluster for each. - Live Autoscaler Log Tailing: Streams and colorizes the cluster-autoscaler-visibility log, surfacing scale-up errors, noScaleUp rejections, and noScaleDown reasons with messageId explanations. - Capacity Buffers & Tuning: Covers the CapacityBuffer CRD (active and standby strategies), consolidation tuning via autoscalingPolicy, location policies, Spot fallback design, and CUD vs reservation consumption. - Use Case: A team's pods stay pending during a launch. Use this Skill to read the visibility logs, identify a zonal Spot stockout, and add an On-Demand fallback priority plus locationPolicy ANY. ## Quick Start Ask the assistant why my GKE nodes are not scaling down and have it run the scale-down blocker scan against my cluster.