Skip to content

Commit 3a82a82

Browse files
authored
Merge pull request #205060 from MGoedtel/task1970671
Task1970671
2 parents b2b8c8a + d484bee commit 3a82a82

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/aks/monitor-aks-reference.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Monitoring AKS data reference
33
description: Important reference material needed when you monitor AKS
44
ms.service: container-service
55
ms.custom: subject-monitoring
6-
ms.date: 07/29/2021
6+
ms.date: 07/18/2022
77
ms.topic: reference
88
---
99

@@ -52,29 +52,29 @@ For reference, see a list of [all resource logs category types supported in Azur
5252

5353
| Category | Description |
5454
|:---|:---|
55-
| cluster-autoscaler | Understand why the AKS cluster is scaling up or down, which may not be expected. This information is also useful to correlate time intervals where something interesting may have happened in the cluster. |
56-
| guard | Managed Azure Active Directory and Azure RBAC audits. For managed Azure AD, this includes token in and user info out. For Azure RBAC, this includes access reviews in and out. |
5755
| kube-apiserver | Logs from the API server. |
5856
| kube-audit | Audit log data for every audit event including get, list, create, update, delete, patch, and post. |
5957
| kube-audit-admin | Subset of the kube-audit log category. Significantly reduces the number of logs by excluding the get and list audit events from the log. |
6058
| kube-controller-manager | Gain deeper visibility of issues that may arise between Kubernetes and the Azure control plane. A typical example is the AKS cluster having a lack of permissions to interact with Azure. |
6159
| kube-scheduler | Logs from the scheduler. |
60+
| cluster-autoscaler | Understand why the AKS cluster is scaling up or down, which may not be expected. This information is also useful to correlate time intervals where something interesting may have happened in the cluster. |
61+
| cloud-controller-manager | Logs from the cloud-node-manager component of the Kubernetes cloud controller manager.|
62+
| guard | Managed Azure Active Directory and Azure RBAC audits. For managed Azure AD, this includes token in and user info out. For Azure RBAC, this includes access reviews in and out. |
63+
| csi-azuredisk-controller | Logs from the Azure Disk CSI storage driver. |
64+
| csi-azurefile-controller | Logs from the Azure Files CSI storage driver. |
65+
| csi-snapshot-controller | Logs from the Azure CSI driver snapshot controller. |
6266
| AllMetrics | Includes all platform metrics. Sends these values to Log Analytics workspace where it can be evaluated with other data using log queries. |
6367

6468
## Azure Monitor Logs tables
6569

66-
This section refers to all of the Azure Monitor Logs tables relevant to AKS and available for query by Log Analytics.
67-
68-
70+
This section refers to all of the Azure Monitor Logs tables relevant to AKS and available for query by Log Analytics.
6971

7072
|Resource Type | Notes |
7173
|-------|-----|
7274
| [Kubernetes services](/azure/azure-monitor/reference/tables/tables-resourcetype#kubernetes-services) | Follow this link for a list of all tables used by AKS and a description of their structure. |
7375

74-
7576
For a reference of all Azure Monitor Logs / Log Analytics tables, see the [Azure Monitor Log Table Reference](/azure/azure-monitor/reference/tables/tables-resourcetype).
7677

77-
7878
## Activity log
7979

8080
The following table lists a few example operations related to AKS that may be created in the [Activity log](../azure-monitor/essentials/activity-log.md). Use the Activity log to track information such as when a cluster is created or had its configuration change. You can either view this information in the portal or create an Activity log alert to be proactively notified when an event occurs.

0 commit comments

Comments
 (0)