Skip to main content
Change the number of nodes

Change the number of nodes

In Managed Kubernetes clusters you can change the number of nodes — reduce or increase the number of nodes in the group.For fault-tolerant operation of system components, we recommend using at least two working nodes in the cluster.

When you reduce the number of nodes, by default, random nodes in a group are deleted. If necessary, you can delete a specific node.If there is one node in the group, you can delete the entire node group. If the Kubernetes version is 1.28 or higher, in a node group on the cloud server, you can delete all nodes in the group and leave an empty node group. In an empty node group, node configurations, tags, tints and user data are saved, but nodes are not charged.

You can change the size of a node group in the control panel, via API Managed Kubernetes or through Terraform.

Change the number of nodes

carefully

When you reduce the number of nodes in a cluster, random nodes in the group are removed by default. You can delete a specific node.

  1. In the dashboard, on the top menu, click Products and select Managed Kubernetes.
  2. Open the Cluster page → Cluster Composition tab.
  3. From the menu of the node group, select Change Number of Nodes.
  4. In the Number of Nodes field, open the Fixed tab.
  5. Specify the required number of nodes. For fault-tolerant operation of system components we recommend using at least two working nodes in the cluster, nodes can be in different groups.
  6. Click Save.

Delete a specific node

You can delete a specific node from a group. After deletion, all pods of this node will be distributed to other nodes in the group.

  1. In the dashboard, on the top menu, click Products and select Managed Kubernetes.
  2. Open the Cluster page → Cluster Composition tab.
  3. From the node menu, select Delete.
  4. Enter the name of the node to confirm the deletion.
  5. Click Delete.