Support Displaying Cluster and Node Resource Group Fields in Dashboards
under review
Q
Quinacridone magenta Seahorse
Description:
Currently, Harness dashboards do not support displaying the following fields for AKS clusters:
Cluster Name
Cluster Resource Group
Node Resource Group
For example, this can be queried today using Azure Resource Graph:
Resources
| where type == "microsoft.containerservice/managedclusters"
| project aksClusterName = name, clusterResourceGroup = resourceGroup, nodeResourceGroup = properties.nodeResourceGroup
| order by ['aksClusterName'] asc
While this data is available in Azure billing cost reports, it is not directly supported in Harness dashboards. Adding support for these fields would provide better visibility for customers managing AKS clusters.
Log In
j
joseph.lopez
marked this post as
under review
j
joseph.lopez
Thank you Tolens! I will relay this to engineering.