Scaling Operations
Access
Cluster → NodeGroups → Select → Manage
Prerequisites
- NodeGroup status: "Ready"
- All nodes healthy
- Sufficient vCloud quota
- Available IP addresses
Scale-Up
- Set target node count (1-10)
- System reserves resources
- VMs created and join cluster
- Nodes become "Ready" (5-8 min)
Scale-Down
- Pods migrate to remaining nodes
- Selected nodes drain and terminate
- Resources deallocated (3-5 min)
Verification
# Check nodes
kubectl get nodes -o wide
# Monitor distribution
kubectl get pods -A -o wide
# Resource usage
kubectl top nodes
Success: Node count matches target, all "Ready" status