Monitoring connected Kubernetes clusters with Azure Monitor
Azure Monitor by Microsoft is a comprehensive monitoring solution for infrastructure and applications across Azure, on-premises, and other cloud platforms. Container insights by Azure Monitor is designed to monitor performance for container workloads running on Kubernetes clusters.
Container insights by Azure Monitor provides the following functionalities for monitoring container workloads:
- Performance: Identify and assess your containers and Kubernetes cluster performance. It collects the CPU and memory utilization of your containers and clusters, allowing you to identify potential problems and resource bottlenecks.
- Resource utilization of your Kubernetes cluster.
- Configure alerts to get notified about certain events of threshold. Optionally, automate actions with automation runbooks when an alert is triggered.
- Integrate with Prometheus, an open source monitoring platform for Kubernetes to collect data...