You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/intro-kubernetes.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
title: Introduction to Azure Kubernetes Service
3
3
description: Learn the features and benefits of Azure Kubernetes Service to deploy and manage container-based applications in Azure.
4
4
ms.topic: overview
5
-
ms.date: 11/18/2022
6
-
ms.custom: mvc, ignite-2022
5
+
ms.date: 05/02/2023
7
6
---
8
7
9
8
# What is Azure Kubernetes Service?
@@ -47,12 +46,11 @@ To secure your AKS clusters, see [Integrate Azure AD with AKS][aks-aad].
47
46
48
47
### Integrated logging and monitoring
49
48
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.
51
50
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.
54
52
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].
56
54
57
55
## Clusters and nodes
58
56
@@ -162,7 +160,6 @@ Learn more about deploying and managing AKS.
0 commit comments