Clicking on a cluster route would look something like https://server-namec/123/monitoring

The directory /authenticated/cluster matches /c/:cluster_id

The default entry/authenticated triggered/cluster/index

redirect() {
    this.replaceWith('authenticated.cluster.monitoring.index');
}
Copy the code

Into the lib/monitoring/addon/index

In the end

Lib monitoring addon index Template. HBS is the source of the cluster monitoring panel

The main components used are cluster-dashboard (\lib\ Monitoring \addon\ Components \cluster-dashboard\template.hbs)

cluster-basic-info

nodes-live

k8s-component-status

cluster-dashboard-tabs

resource-event-list

The main components used are mostly in the Monitoring folder

Because there is no cluster information. Missing an image that identifies components by page. Let’s see if I can catch up.