Skip to content

Commit 607c6b3

Browse files
committed
updated article per feedback
1 parent c3f8ce7 commit 607c6b3

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Configure Azure RedHat OpenShift clusters with Azure Monitor for containers | Microsoft Docs
3+
description: This article describes how you can configure Azure Monitor for containers to monitor Kubernetes clusters hosted on Azure RedHat OpenShift.
4+
ms.service: azure-monitor
5+
ms.subservice:
6+
ms.topic: conceptual
7+
author: mgoedtel
8+
ms.author: magoedte
9+
ms.date: 11/15/2019
10+
---
11+
12+
# Configure Azure RedHat OpenShift clusters with Azure Monitor for containers
13+
14+
Azure Monitor for containers provides rich monitoring experience for the Azure Kubernetes Service (AKS) and AKS Engine clusters hosted in Azure. This article describes how to enable monitoring of Kubernetes clusters hosted on Azure RedHat OpenShift (ARO) to achieve a similar monitoring experience.
15+
16+
## Prerequisites
17+
18+
To enable and access the features in Azure Monitor for containers, at a minimum must be be a member of the Azure *Contributor* role in the Azure subscription, and a member of the *Log Analytics Contributor* role for the Log Analytics workspace.

articles/azure-monitor/insights/container-insights-health-monitors-config.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.author: magoedte
1616

1717
# Azure Monitor for containers health monitor configuration guide
1818

19+
Monitors are the primary element for measuring health and detecting errors in Azure Monitor for containers. This article helps you understand the concepts of how health is measured and the elements that comprise the health model to monitor and report on the health of your Kubernetes cluster with the [Health feature](container-insights-health.md).
20+
1921
## Monitors
2022

2123
A monitor measures the health of some aspect of a managed object. Monitors each have either two or three health states. A monitor will be in one and only one of its potential states at any given time. When a monitor loaded by the containerized agent, it is initialized to a healthy state. The state changes only if the specified conditions for another state are detected.
@@ -73,3 +75,7 @@ Azure Monitor for containers includes a number of key monitoring scenarios that
7375
|Kubernetes infrastructure |This monitor reports combined health status of the managed infrastructure components of the cluster. its status is calculated as the 'worst of' its child monitor states i.e. kube-system workloads and API Server status. |Worst of|
7476
|System workload |This monitor reports health status of a kube-system workload. This monitor matches the state of the child monitor with the worst health state, that is the **Pods in ready state** monitor and the containers in the workload). |Worst of |
7577
|Container |This monitor reports overall health status of a container in a given workload. This monitor matches the state of the child monitor with the worst health state, that is the **CPU utilization** and **Memory utilization** monitors. |Worst of |
78+
79+
## Next steps
80+
81+
View [monitor cluster health](container-insights-health.md) to learn about viewing the health status your Kubernetes cluster.

0 commit comments

Comments
 (0)