See the Current Size of Your Cluster
You can see the set size of your cluster in the Overview tab of your cluster’s page and details of your nodes in the Nodes tab.
Resize via Web Interface
- Navigate to the Kubernetes page in the Ubicloud Console.
- Click on the name of the cluster you want to resize.
- Click the Settings tab.
- In the Resize Worker Node Pool section, select the desired number of nodes and click the Resize button.

Resize via CLI
You can also resize your cluster using theubi
CLI tool with the resize-nodepool
command:
Resize via API
To resize your cluster using the API, send aPOST
request to the kubernetes-cluster/{cluster_ref}/nodepool/{nodepool_ref}/resize
endpoint with the desired number of nodes in the request body: