gke-scaling
Installation
SKILL.md
GKE Workload Scaling
This reference covers scaling workloads on GKE. The golden path enables VPA, OPTIMIZE_UTILIZATION autoscaling profile, and Node Auto Provisioning by default.
MCP Tools:
get_k8s_resource,describe_k8s_resource,apply_k8s_manifest,patch_k8s_resource,get_cluster,update_cluster,update_node_pool
Golden Path Scaling Defaults
| Setting | Golden Path Value | Notes |
|---|---|---|
autoscaling.autoscalingProfile |
OPTIMIZE_UTILIZATION |
Aggressive scale-down for cost savings |
verticalPodAutoscaling.enabled |
true |
VPA recommendations available |
autoscaling.enableNodeAutoprovisioning |
true |
NAP creates node pools on demand |
| GPU resource limits (T4, A100) | 1000000000 each |
NAP can provision GPU nodes |