Skip to content

Commit 2ac03f9

Browse files
Merge pull request #236679 from MGoedtel/task88353
Updated Intro to AKS - Monitoring section
2 parents d249d3c + 2a56f5b commit 2ac03f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/aks/intro-kubernetes.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: Introduction to Azure Kubernetes Service
33
description: Learn the features and benefits of Azure Kubernetes Service to deploy and manage container-based applications in Azure.
44
ms.topic: overview
5-
ms.date: 11/18/2022
6-
ms.custom: mvc, ignite-2022
5+
ms.date: 05/02/2023
76
---
87

98
# What is Azure Kubernetes Service?
@@ -47,12 +46,11 @@ To secure your AKS clusters, see [Integrate Azure AD with AKS][aks-aad].
4746

4847
### Integrated logging and monitoring
4948

50-
[Azure Monitor for Container Health][azure-monitor] collects memory and processor performance metrics from containers, nodes, and controllers within your AKS clusters and deployed applications. You can review both container logs and [the Kubernetes logs][aks-master-logs], which are:
49+
[Container Insights][container-insights] is a feature in [Azure Monitor][azure-monitor-overview] that monitors the health and performance of managed Kubernetes clusters hosted on AKS and provides interactive views and workbooks that analyze collected data for a variety of monitoring scenarios. It captures platform metrics and resource logs from containers, nodes, and controllers within your AKS clusters and deployed applications that are available in Kubernetes through the Metrics API.
5150

52-
* Stored in an [Azure Log Analytics][azure-logs] workspace.
53-
* Available through the Azure portal, Azure CLI, or a REST endpoint.
51+
Container Insights has native integration with AKS, like collecting critical metrics and logs, alerting on identified issues, and providing visualization with workbooks or integration with Grafana. It can also collect Prometheus metrics and send them to [Azure Monitor managed service for Prometheus][azure-monitor-managed-prometheus], and all together deliver end-to-end observability.
5452

55-
For more information, see [Monitor AKS container health][container-health].
53+
Logs from the AKS control plane components are collected separately in Azure as resource logs and sent to different locations, such as [Azure Monitor Logs][azure-monitor-logs]. For more information, see [Collect resource logs][collect-resource-logs].
5654

5755
## Clusters and nodes
5856

@@ -162,7 +160,6 @@ Learn more about deploying and managing AKS.
162160
[azure-devops]: ../devops-project/overview.md
163161
[azure-disk]: ./azure-disk-csi.md
164162
[azure-files]: ./azure-files-csi.md
165-
[container-health]: ../azure-monitor/containers/container-insights-overview.md
166163
[aks-master-logs]: monitor-aks-reference.md#resource-logs
167164
[aks-supported versions]: supported-kubernetes-versions.md
168165
[concepts-clusters-workloads]: concepts-clusters-workloads.md
@@ -172,7 +169,10 @@ Learn more about deploying and managing AKS.
172169
[conf-com-node]: ../confidential-computing/confidential-nodes-aks-overview.md
173170
[aad]: managed-azure-ad.md
174171
[aks-monitor]: monitor-aks.md
175-
[azure-monitor]: /previous-versions/azure/azure-monitor/containers/containers
176-
[azure-logs]: ../azure-monitor/logs/log-analytics-overview.md
172+
[azure-monitor-overview]: ../azure-monitor/overview.md
173+
[container-insights]: ../azure-monitor/containers/container-insights-overview.md
174+
[azure-monitor-managed-prometheus]: ../azure-monitor/essentials/prometheus-metrics-overview.md
175+
[collect-resource-logs]: monitor-aks.md#collect-resource-logs
176+
[azure-monitor-logs]: ../azure-monitor/logs/data-platform-logs.md
177177
[helm]: quickstart-helm.md
178178
[aks-best-practices]: best-practices.md

0 commit comments

Comments
 (0)