Skip to main content

Managing Kubernetes Clusters

To meet the system requirements of applications running in Kubernetes clusters, you can have worker nodes with different numbers of CPUs and amounts of RAM. Creating workers with different flavors is possible by using worker groups.

When creating a Kubernetes cluster, you can specify the configuration of only one worker group, the default worker group. After the cluster is created, add as many worker groups as you need. If required, you can also edit the number of workers in a group later.

Limitations

info
  • Only the user who created a Kubernetes cluster can edit its worker groups.
  • The default worker group cannot be deleted

Add a Worker Group

  1. On the "Kubernetes" page, click a Kubernetes name.
  2. In the cluster right pane, navigate to the "Groups" tab.
  3. In the "Workers" section, click "Add".
  4. In the "Add Worker Group" window, set the number of workers to create, select a Virtual Machine type, and then specify a name for the group. Then, click "Add".

Edit the Number of Workers in a Group

  1. On the Kubernetes Cluster right pane, navigate to the Groups tab.
  2. In the Workers section, click the ellipsis icon for the default worker group, and then select Edit.
  3. In the Edit Worker Group window, change the number of workers, and then click Add.

Delete a Kubernetes

Click the required Kubernetes Clusters on the "Kubernetes" page and click the "Delete" button. The master and worker virtual machines will be deleted.