Skip to content

Cluster Management

You can access the cluster management panel from the control panel:

Viewing Clusters

Once you open the cluster management panel, you will see the list of available clusters:

clusters-viewer

Registering a Cluster

By clicking on "Create Cluster" you can register a new cluster by entering its definition JSON.

This JSON can be obtained by running the command:

kubectl get nodes -o json

create-cluster

For each cluster you can:

FunctionButton
Edit itcluster-edit-button
Delete itcluster-delete-button
Access cluster details (click on the card)cluster-link

Cluster Details

By clicking on the cluster card, you will access the details page, with the basic information of the cluster and the list of nodes of that cluster, information taken from the cluster JSON loaded at the time of creation:

cluster-detail-page

From here you can:

FunctionButton
Edit the clustercluster-edit-button
View the cluster notescluster-notes-button

Clicking on the card of a specific node, you can access the details page of the latter.

Node Cluster Details

From the node details page, you will see the information of the selected node:

cluster-node-detail-page

Notes

From the node details page, by selecting the "Notes" tab you will see the notes that have been entered for that cluster

Note

The notes present here are not the cluster annotations, recorded on Kubernetes

node-note-page

For each note you can:

FunctionButton
Access the edit formnode-note-edit-button
Delete itcategory-delete-button

Note Creation / Editing

Cluster Notes

From the cluster notes page, you can see all the notes recorded for the cluster's nodes, filterable by title or by node

cluster-notes-page

For each note you can:

FunctionButton
Access the edit formnode-note-edit-button
Delete itcategory-delete-button

Note Creation / Editing