You can resize your Kubernetes cluster at any time to meet changing workload demands, improve resource utilization, or reduce infrastructure costs. Resizing your Kubernetes cluster changes the number of nodes in your worker node pool by adding or removing nodes. This can be done through the web interface, CLI, or API.Documentation Index
Fetch the complete documentation index at: https://ubicloud.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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: