|
2 | 2 | title: Kubernetes monitoring with Azure Monitor for containers | Microsoft Docs
|
3 | 3 | description: This article describes how you can view and analyze the performance of a Kubernetes cluster with Azure Monitor for containers.
|
4 | 4 | ms.topic: conceptual
|
5 |
| -ms.date: 01/07/2020 |
| 5 | +ms.date: 03/26/2020 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # Monitor your Kubernetes cluster performance with Azure Monitor for containers
|
@@ -52,7 +52,7 @@ The health statuses included are:
|
52 | 52 | * **Warning**: One or more issues are detected that must be addressed or the health condition could become critical.
|
53 | 53 | * **Unknown**: If the service wasn't able to make a connection with the node or pod, the status changes to an Unknown state.
|
54 | 54 | * **Not found**: Either the workspace, the resource group, or subscription that contains the workspace for this solution was deleted.
|
55 |
| -* **Unauthorized**: User doesn’t have required permissions to read the data in the workspace. |
| 55 | +* **Unauthorized**: User doesn't have required permissions to read the data in the workspace. |
56 | 56 | * **Error**: An error occurred while attempting to read data from the workspace.
|
57 | 57 | * **Misconfigured**: Azure Monitor for containers wasn't configured correctly in the specified workspace.
|
58 | 58 | * **No data**: Data hasn't reported to the workspace for the last 30 minutes.
|
@@ -195,6 +195,20 @@ The information that's presented when you view the **Nodes** tab is described in
|
195 | 195 | | Controller | Only for containers and pods. It shows which controller it resides in. Not all pods are in a controller, so some might display **N/A**. |
|
196 | 196 | | Trend Min %, Avg %, 50th %, 90th %, 95th %, Max % | Bar graph trend represents the average percentile metric percentage of the controller. |
|
197 | 197 |
|
| 198 | +You may notice a workload after expanding a node named **Other process**. It represents non-containerized processes that run on your node, and includes: |
| 199 | + |
| 200 | +* Self-managed or managed Kubernetes non-containerized processes |
| 201 | + |
| 202 | +* Container run-time processes |
| 203 | + |
| 204 | +* Kubelet |
| 205 | + |
| 206 | +* System processes running on your node |
| 207 | + |
| 208 | +* Other non-Kubernetes workloads running on node hardware or VM |
| 209 | + |
| 210 | +It is calculated by: *Total usage from CAdvisor* - *Usage from containerized process*. |
| 211 | + |
198 | 212 | In the selector, select **Controllers**.
|
199 | 213 |
|
200 | 214 | 
|
|
0 commit comments