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.
Created by Manisha Choudhary
·