How to monitor the Azure Kubernetes Cluster resource status in Azure Portal?

7/18/2019

I am working on Azure Monitoring. I am trying to monitor whether the resource Status is ON/OFF. Recently, I created an Azure Kubernetes Service(Cluster) and started monitoring to that resource also. But,am not able to get the status of resource using Log Analytics queries, Insight Metrics etc.

How to find the kubernetes resource status?

-- Mani
azure
azure-aks
azure-monitoring
kubernetes

2 Answers

7/24/2019

Although it may not give you a ready response to your question, I guess these articles from official Microsoft Azure documentation might be helpful:

Enable monitoring of Azure Kubernetes Service (AKS) cluster already deployed

Understand AKS cluster performance with Azure Monitor for containers

If you intend to monitor AKS cluster resources, I fully agree with @Kasun Raditha Rajapakse, that it doesn't make much sense as they are fully managed by Azure and as a user you don't have to worry about availability of those kind of resources.

-- mario
Source: StackOverflow

7/19/2019

I think this is what you looking for. We can use Azure Monitor Alerts to generate if the node count fails from a specific threshold as below.

enter image description here

-- Kasun Raditha Rajapakse
Source: StackOverflow