Clusters Dashboard

Overview

The Clusters dashboard provides a list of all your monitored clusters, as well as additional clusters detected in your cloud bill. The dashboard provides details about your clusters including cost, efficiency, and cloud provider. You are able to filter your list of clusters by when clusters were last seen, activity status, and by name (see below).

Monitoring of multiple clusters is only supported in Kubecost Enterprise plans. Learn more about Kubecost Enterprise's multi-cluster view here.

Enabling Clusters dashboard

To enable the Clusters dashboard, you must perform these two steps:

  1. Enable cloud integration for any and all cloud service providers you wish to view clusters with

  2. Enable Cloud Costs

Enabling Cloud Costs through Helm can be done using the following parameters:

kubecostModel:
  cloudCost:
     enabled: true
     labelList:
       IsIncludeList: false
       # format labels as comma separated string (ex. "label1,label2,label3")
       labels: ""
     topNItems: 1000

Usage

Clusters are primarily distinguished into three categories:

  • Clusters monitored by Kubecost (green circle next to cluster name)

  • Clusters not monitored by Kubecost (yellow circle next to cluster name)

  • Inactive clusters (gray circle next to cluster name)

For detail on how Kubecost identifies clusters, see Cloud Cost Metrics.

Monitored clusters are those that have cost metrics which will appear within your other Monitoring dashboards, like Allocations and Assets. Unmonitored clusters are clusters whose existence is determined from cloud integration, but haven't been added to Kubecost. Inactive clusters are clusters Kubecost once monitored, but haven't reported data over a certain period of time. This time period is three hours for Thanos-enabled clusters, and one hour for non-Thanos clusters.

Efficiency and Last Seen metrics are only provided for monitored clusters.

Efficiency is calculated as the amount of node capacity that is used, compared to what is available.

Selecting any metric in a specific cluster's row will take you to a Cluster Details page for that cluster which provides more extensive metrics, including assets and namespaces associated with that cluster and their respective cost metrics.

Filtering clusters

You are able to filter clusters through a window of when all clusters were last seen (default is Last 7 days). Although unmonitored clusters will not provide a metric for Last Seen, they will still appear in applicable windows.

You can also filter your clusters for Active, Inactive, or Unmonitored status, and search for clusters by name.

Last updated