Skip to main content
Azure Monitor Container Health Public Preview
  1. Posts/

Azure Monitor Container Health Public Preview

·224 words·2 mins
Christoph Petersen
Author
Christoph Petersen
Photo by frank mckenna on Unsplash

Monitoring the container infrastructure which is running your applications is important. With the emergence of managed Kubernetes such as Aure Container Service (AKS) this becomes more tricky as part of the infrastructure is managed by somebody else.

This is why Microsoft released Container Health as a public preview as part of the Azure Monitor offering which helps you manage and monitor your AKS clusters at scale. Providing near-realtime performance metrics and container logs from a centralized location.

Raw data such as logs, metrics and inventory are also exposed through Log Analytics for custom queries or reporting through other means such as Power BI.

For more information check out the blog post by Keiko Harada.

Deploy a New Cluster
#

When deploying a new cluster through the portal you can opt-in to automatically add Container Health to your deployment. Just make sure to select the appropriate option:

kube-health

If you are deploying through other means (PowerShell, CLI, ARM Template) read on.

Add Container Health to an Existing Cluster
#

If you want to add Container Health to an existing cluster you can use the template which we provide as part of the documentation. My colleague Daniel Neumann has written an excellent template which provides the same functionality but works with the name of the cluster instead of the resource id.

Related

Process Monitoring for Linux with Log Analytics & Azure Monitor

·979 words·5 mins
Nearly every customer I talk to about Azure management asks me this: “How can I do process monitoring?”. As there is currently no way to directly instrument either the Windows or the Linux agent to do explicit process monitoring another way need to be found.

Using Update Management in Isolated Environments

·475 words·3 mins
Almost all Azure management services run in/for any cloud. Among them is Update Management which automates OS patching for both Linux and Windows machines whether they are running on-premises, in Azure or in other clouds.

Azure Policy: Mapping Audit Log Events to Policy Objects

·181 words·1 min
Azure Policy is a great tool to define governance controls in Azure. With addition of the compliance pieces this feature which was part of Azure for quite some time finally had it’s appearance on main stage (deep dive on implementing governance at scale in this video from Ignite 2017 by Joseph Chan and Liz Kim)