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
AKS Network Observability is used to collect the network traffic data of your AKS cluster. Network Observability enables a centralized platform for monitoring application and network health. Prometheus collects AKS Network Observability metrics, and Grafana visualizes them. Both Cilium and non-Cilium data plane are supported. In this article, learn how to enable the Network Observability add-on and use BYO Prometheus and Grafana to visualize the scraped metrics.
16
16
17
17
> [!NOTE]
18
-
>Starting with Kubernetes version 1.29, the network observability feature no longer supports Bring Your Own (BYO) Prometheus and Grafana. However, you can still enable it using the [Azure Managed Prometheus and Grafana offering](/azure/aks/network-observability-managed-cli).
18
+
>Starting with Kubernetes version 1.29, the network observability feature no longer supports Bring Your Own (BYO) Prometheus and Grafana. However, you can still enable it using the Azure Managed Prometheus and Grafana offering
Copy file name to clipboardExpand all lines: articles/aks/network-observability-managed-cli.md
+12-48Lines changed: 12 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,8 @@ az group create \
81
81
> [!NOTE]
82
82
>For Kubernetes version 1.29 or higher, network observability is enabled with the [AMA metrics profile](/azure/azure-monitor/containers/prometheus-metrics-scrape-configuration) and the AFEC flag (NetworkObservabilityPreview) until it reaches general availability.
83
83
>
84
+
>Starting with Kubernetes version 1.29, the --enable-network-observability tag is no longer required when creating or updating an Azure Kubernetes Service (AKS) cluster.
85
+
>
84
86
85
87
## Create AKS cluster
86
88
@@ -235,57 +237,19 @@ az aks get-credentials --name myAKSCluster --resource-group myResourceGroup
235
237
> [!NOTE]
236
238
> The following section requires deployments of Azure managed Prometheus and Grafana.
237
239
238
-
>[!WARNING]
239
-
> File should only be named as **`prometheus-config`**. Do not add any extensions like .yaml or .txt.
240
-
241
-
1. Use the following example to create a file named **`prometheus-config`**. Copy the code in the example into the file created.
1. Once the Azure Monitor pods have been deployed on the cluster, port forward to the `ama` pod to verify the pods are being scraped. Use the following example to port forward to the pod:
0 commit comments