Kusto Queries on AKS Clusters

Kusto query language can be used to get insights into Azure Kubernetes Service (AKS) clusters. Container insights collects data from AKS clusters and forwards it to Log Analytics workspace, if enabled for a cluster. This data is available for querying in the Azure Monitor. Here is an example of how you can query the pods not in running state in specific namespaces.  The following query includes the name of the AKS cluster and renders the output as a stacked bar chart. You can include multiple AKS clusters in the scope in which this query is executed by clicking on [Select scope] hyperlink. Create an Azure Dashboard panel with this output by clicking on [Pin to dashboard] button. You can also […]