Managing Kubernetes clusters created in the Hostman control panel
This tab displays CPU usage and memory consumption charts for master nodes. In the Information section on the right, you can download the configuration file for connecting to the cluster, as well as view the Kubernetes version and cluster configuration parameters.
kubectl describe node <node_name>
You can add or remove nodes and node groups in the Resources tab in the control panel.
To add a node:
Hover over the node group and click Add nodes.
You can then select the number of nodes to add.
To remove a node or node group:
Click on the three dots next to the group or node and select Delete node / group.
You can update the Kubernetes version in cluster settings. You can only select a newer version; rolling back to one of the older version isn't possible.
Changing the version might cause performance issues in the cluster. We recommend doing this during a time when the project has the least activity.
To update the version:
In the Management tab, click Update version.
Select the version you need and click Change.
You can restart any worker node from the control panel. To do this:
In the Resources tab, expand the list of nodes in the group.
Click on the three dots next to the desired node and select Reboot node.
A cluster maintenance window is a period during which system updates are allowed. There are three available options:
During the maintenance window, certificates may be updated, and security patches may be installed. Updates can affect both master and worker nodes. During this time, operations on the cluster will be blocked. Short service interruptions may occur, for example, during node restarts.
You can set the maintenance window when creating a cluster, and you can manage it later in the cluster settings.
To change the maintenance window:
The system automatically checks the status of worker nodes every 10 minutes. If a node stops responding, the autohealer attempts to restart it. Each attempt can take up to 2 minutes. If the node does not recover, the attempt is repeated. The autohealer will continue trying for up to 14 minutes. If all attempts fail, the node will be recreated.
Autohealing is enabled by default for all nodes. To disable it for a specific node, add the following label:
kube-healer.kubernetes.io/healing-disabled: true
No more than 10 autohealing tasks can be processed at the same time.
The control panel logs all cluster-related actions, which can be viewed in the History tab.
The following events are logged:
You can delete a cluster in two ways:
From the specific cluster's page by clicking on the delete icon.
From the cluster list, click the three dots next to the cluster you want to delete and select Delete cluster.
In the next window, enter the name of the cluster to be deleted and confirm the deletion.