GKE Workload Scaling This skill provides workflows and best practices for scaling applications on Google Kubernetes Engine (GKE). It covers manual scaling, Horizontal Pod Autoscaling (HPA), and Vertical Pod Autoscaling (VPA). Workflows 1. Manual Scaling Scale a deployment to a fixed number of replicas. Useful for immediate manual intervention or testing. Command: kubectl scale deployment { deployment_name } --replicas = { number } -n { namespace } Show more Installs 900 Repository google/skills GitHub Stars 16.7K First Seen Jul 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
gke-workload-scaling
安装
npx skills add https://github.com/google/skills --skill gke-workload-scaling