Resize a cluster when workloads need more capacity or when you want to reduce cost after a load test.
When to resize
Resize when:
- Pods are pending because there is not enough CPU or memory.
- Nodes stay near resource limits.
- You need extra capacity before a launch.
- Development workloads no longer need as many workers.
Change worker count
Open the cluster
Go to Kubernetes Clusters and open the target cluster.
Open node pools
Choose the node pool you want to resize.
Update worker count
Increase or decrease the worker count.
Watch node state
Use kubectl get nodes to verify the cluster sees the desired nodes.
kubectl get nodes
kubectl get pods --all-namespaces
Scaling down can evict pods. Make sure production workloads have enough replicas and disruption budgets before reducing worker count.