Skip to content

Commit 270e3ea

Browse files
authored
Update advanced-network-observability-byo-cli.md
Final revision following last consistency/grammar/typo check
1 parent dd747ab commit 270e3ea

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Set up Advanced Network Observability for Azure Kubernetes Service (AKS) - BYO Prometheus and Grafana"
3-
description: Get started with Advanced Network Observability for your AKS cluster using BYO Prometheus and Grafana.
3+
description: Get started with Advanced Network Observability for your AKS cluster using Bring-Your-Own (BYO) Prometheus and Grafana.
44
author: Khushbu-Parekh
55
ms.author: kparekh
66
ms.service: azure-kubernetes-service
@@ -12,11 +12,11 @@ ms.custom: template-how-to-pattern, devx-track-azurecli
1212

1313
# Set up Advanced Network Observability for Azure Kubernetes Service (AKS) (Preview)
1414

15-
This article shows you how to set up Advanced Network Observability for Azure Kubernetes Service (AKS) and use bring your own (BYO) Prometheus and Grafana to visualize the scraped metrics.
15+
This article shows you how to set up Advanced Network Observability for Azure Kubernetes Service (AKS) and use bring your own (BYO) Prometheus and Grafana to visualize the 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 data in 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.
@@ -92,10 +92,10 @@ az aks create \
9292

9393
### [**Cilium**](#tab/cilium)
9494

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.
95+
Create an AKS cluster with Advanced Network Observability with Cilium 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 Cilium support Advanced Observability starting with Kubernetes version 1.29.
9999
100100

101101
```azurecli-interactive
@@ -184,9 +184,9 @@ az aks get-credentials --name $CLUSTER_NAME --resource-group $RESOURCE_GROUP
184184
185185
> [!NOTE]
186186
> * Depending on your Prometheus/Grafana instances’ settings, some dashboard panels may require tweaks to display all data.
187-
> * Cilium data plane does not currently support DNS metrics/dashboards.
187+
> * Cilium does not currently support DNS metrics/dashboards.
188188
189-
1. Install the Hubble CLI to access the data it collects using the following commands:
189+
1. Install Hubble CLI to access the data it collects using the following commands:
190190
191191
```azurecli-interactive
192192
# Set environment variables
@@ -214,7 +214,7 @@ Your output should look similar to the following example output:
214214
hubble-relay-7ddd887cdb-h6khj 1/1 Running 0 23h
215215
```
216216

217-
1. Port forward Hubble Relay using the `kubectl port-forward` command.
217+
1. Set up port forwarding for Hubble Relay using the `kubectl port-forward` command.
218218

219219
```azurecli-interactive
220220
kubectl port-forward -n kube-system svc/hubble-relay --address 127.0.0.1 4245:443
@@ -520,7 +520,7 @@ spec:
520520
kubectl apply -f hubble-ui.yaml
521521
```
522522

523-
1. Expose the service with port forwarding using the `kubectl port-forward` command.
523+
1. Expose the service by setting up port forwarding using the `kubectl port-forward` command.
524524

525525
```azurecli-interactive
526526
kubectl port-forward svc/hubble-ui 12000:80
@@ -542,6 +542,6 @@ If you don't plan on using this application, delete the other resources you crea
542542

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

545-
- 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).
545+
- 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).
546546

547547
- To create an AKS cluster with Advanced Network Observability and Azure managed Prometheus and Grafana, see [Setup Advanced Network Observability for Azure Kubernetes Service (AKS) Azure managed Prometheus and Grafana](advanced-network-observability-cli.md).

0 commit comments

Comments
 (0)