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
This article shows you how to set up Advanced Network Observability for Azure Kubernetes Service (AKS) using Managed Prometheus and Grafana to visualize the scraped metrics.
16
16
17
-
You can use Advanced Network Observability to collect the network traffic data of your AKS clusters. It enables a centralized platform for monitoring application and network health. Currently, Prometheus collects metrics, and Grafana can be used to visualize them. Advanced Network Observability also offers the ability to enable Hubble. These capabilities are supported for both Cilium and non-Cilium clusters.
17
+
You can use Advanced Network Observability to collect data about the network traffic of your AKS clusters. It enables a centralized platform for monitoring application and network health. Currently, metrics are stored in Prometheus and Grafana can be used to visualize them. Advanced Network Observability also offers the ability to enable Hubble. These capabilities are supported for both Cilium and non-Cilium clusters.
18
18
19
-
Advanced Network Observability one of the features of advanced Container Networking Services. For more information about Advanced Container Networking Services for Azure Kubernetes Service (AKS), see [What is Advanced Container Networking Services for Azure Kubernetes Service (AKS)?](advanced-container-networking-services-overview.md).
19
+
Advanced Network Observability is one of the features of Advanced Container Networking Services. For more information about Advanced Container Networking Services for Azure Kubernetes Service (AKS), see [What is Advanced Container Networking Services for Azure Kubernetes Service (AKS)?](advanced-container-networking-services-overview.md).
20
20
21
21
> [!IMPORTANT]
22
22
> Advanced Network Observability is currently in PREVIEW.
@@ -95,7 +95,7 @@ az aks create \
95
95
Create an AKS cluster with Advanced Network Observability with a Cilium data plane using the [`az aks create`](/cli/azure/aks#az_aks_create) command and the `--enable-advanced-networking-observability` flag.
96
96
97
97
> [!NOTE]
98
-
> Clusters with the Cilium data plane support Advanced Observability starting with Kubernetes version 1.29.
98
+
> Clusters with the Cilium data plane support Advanced Network Observability starting with Kubernetes version 1.29.
99
99
100
100
101
101
```azurecli-interactive
@@ -125,7 +125,7 @@ az aks create \
125
125
Enable Advanced Network Observability on an existing cluster using the [`az aks update`](/cli/azure/aks#az_aks_update) command.
126
126
127
127
> [!NOTE]
128
-
> Clusters with the Cilium data plane support Advanced Observability starting with Kubernetes version 1.29.
128
+
> Clusters with the Cilium data plane support Advanced Network Observability starting with Kubernetes version 1.29.
129
129
130
130
```azurecli-interactive
131
131
az aks update \
@@ -194,7 +194,7 @@ azuremonitorId=$(az resource show \
194
194
--output tsv)
195
195
```
196
196
197
-
### Link Azure Monitor and Grafana to AKS cluster
197
+
### Link Azure Monitor and Grafana to the AKS cluster
198
198
199
199
Use [az aks update](/cli/azure/aks#az-aks-update) to link the Azure Monitor and Grafana resources to your AKS cluster.
200
200
@@ -580,7 +580,7 @@ spec:
580
580
kubectl apply -f hubble-ui.yaml
581
581
```
582
582
583
-
1.Expose the service with port forwarding using the `kubectl port-forward` command.
583
+
1.Set up port forwarding for Hubble UI using the `kubectl port-forward` command.
584
584
585
585
```azurecli-interactive
586
586
kubectl port-forward svc/hubble-ui 12000:80
@@ -602,7 +602,7 @@ If you don't plan on using this application, delete the other resources you crea
602
602
603
603
In this how-to article, you learned how to install and enable Advanced Network Observability for your AKS cluster.
604
604
605
-
*- For more information about Advanced Container Networking Services for Azure Kubernetes Service (AKS), see [What id Advanced Container Networking Services for Azure Kubernetes Service (AKS)?](advanced-container-networking-services-overview.md).
605
+
*- For more information about Advanced Container Networking Services for Azure Kubernetes Service (AKS), see [What is Advanced Container Networking Services for Azure Kubernetes Service (AKS)?](advanced-container-networking-services-overview.md).
606
606
607
607
* To create an Advanced Network Observability - BYO Prometheus and Grafana, see [Setup Advanced Network Observability for Azure Kubernetes Service (AKS) - BYO Prometheus and Grafana](advanced-network-observability-byo-cli.md).
0 commit comments