Skip to content

Commit 2c7c993

Browse files
authored
Update advanced-network-observability-cli.md
1 parent 270e3ea commit 2c7c993

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/aks/advanced-network-observability-cli.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.custom: template-how-to-pattern, devx-track-azurecli
1414

1515
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.
1616

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.
1818

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).
2020

2121
> [!IMPORTANT]
2222
> Advanced Network Observability is currently in PREVIEW.
@@ -95,7 +95,7 @@ az aks create \
9595
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.
9696

9797
> [!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.
9999
100100

101101
```azurecli-interactive
@@ -125,7 +125,7 @@ az aks create \
125125
Enable Advanced Network Observability on an existing cluster using the [`az aks update`](/cli/azure/aks#az_aks_update) command.
126126

127127
> [!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.
129129
130130
```azurecli-interactive
131131
az aks update \
@@ -194,7 +194,7 @@ azuremonitorId=$(az resource show \
194194
--output tsv)
195195
```
196196

197-
### Link Azure Monitor and Grafana to AKS cluster
197+
### Link Azure Monitor and Grafana to the AKS cluster
198198

199199
Use [az aks update](/cli/azure/aks#az-aks-update) to link the Azure Monitor and Grafana resources to your AKS cluster.
200200

@@ -580,7 +580,7 @@ spec:
580580
kubectl apply -f hubble-ui.yaml
581581
```
582582

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.
584584

585585
```azurecli-interactive
586586
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
602602

603603
In this how-to article, you learned how to install and enable Advanced Network Observability for your AKS cluster.
604604

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).
606606

607607
* 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).
608608

0 commit comments

Comments
 (0)