Forum Discussion
Feb 17, 2019
How to monitor your Kubernetes clusters – Best Practices Series
Get best practices on how to monitor your Kubernetes clusters from field experts in this episode of the Kubernetes Best Practices Series. In this intermediate level deep dive, you will learn about monitoring and logging in Kubernetes from Dennis Zielke, Technology Solutions Professional in the Global Black Belts Cloud Native Applications team at Microsoft.
Multi-cluster view from Azure Monitor
Azure Monitor provides a multi-cluster view showing the health status of all monitored AKS clusters deployed across resource groups in your subscriptions. It shows AKS clusters discovered that are not monitored by the solution. Immediately you can understand cluster health, and from here you can drill down to the node and controller performance page, or navigate to see performance charts for the cluster. For AKS clusters discovered and identified as unmonitored, you can enable monitoring for that cluster at any time.
Read here more on How to Monitor your Kubernetes Clusters on Azure
2 Replies
Sort By
- juliejoCopper ContributorThat formula makes no sense to me, but it works, so I don't care! 🙂
Thanks!VLOOKUP(A2,$E$2:$F$6,2,FALSE) means:
Take the value of A2, and look for it in the first column of E2:F6, i.e. in E2:E6.
If you find it, return the corresponding value from the 2nd column, i.e. from F2:F6.
FALSE tells Excel to look for an exact match.
If the value of A2 is not found, VLOOKUP will return the error value #N/A.
We wrap VLOOKUP in IFERROR to replace the error value #N/A with the empty string "".
- LachlanWhiteCopper Contributor
Will be really cool to start seeing some of these Monitoring AKS Solutions start to really dive into the Application Monitoring side.
I.e. how can i pair up the full Azure Monitor StackLachlanWhite If you don't have a Microsoft Azure Subscription yet, start here https://azure.microsoft.com/en-us/
More information about Microsoft Azure monitor :
https://docs.microsoft.com/en-us/azure/azure-monitor/
Lot of success !
James