Skip to content

Cluster Management

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

control-panel-page-with-clusters-highlighted
Control Panel - Cluster Management

Viewing Clusters

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

clusters-viewer

Cluster List

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

Register/Edit Cluster

For each cluster you can:

Function Button
Edit it cluster-edit-button
Delete it cluster-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

Cluster Details Page

From here you can:

Function Button
Edit the cluster cluster-edit-button
View the cluster notes cluster-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

Cluster Node Details 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

Cluster Node Details - Node Notes

For each note you can:

Function Button
Access the edit form node-note-edit-button
Delete it category-delete-button

Note Creation / Editing

note-modal-form

Cluster Node Details - 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

Note List for all nodes of the cluster

For each note you can:

Function Button
Access the edit form node-note-edit-button
Delete it category-delete-button

Note Creation / Editing

cluster-note-form

Cluster Notes List - Create/Edit Note