Skip to content

Commit

Permalink
Merge pull request #4744 from biefy/master
Browse files Browse the repository at this point in the history
Add observability samples (self managed) for Istio addon
  • Loading branch information
biefy authored Jan 15, 2025
2 parents de80cc2 + d9876bc commit e4a6c9b
Show file tree
Hide file tree
Showing 3 changed files with 1,697 additions and 0 deletions.
22 changes: 22 additions & 0 deletions examples/istio-based-service-mesh/observability/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Telemetry samples

The addon already has native integration with Azure managed Prometheus and managed Grafana etc. We strongly recommend Azure customers use these managed solutions.

Based on artifacts from the open-source community, this directory contains sample deployments of observability in a **self**-managed scenario.

## Prometheus + Grafana

### Install

```shell
kubectl apply prometheus.yaml
kubectl apply grafana.yaml
```

### Test Grafana

```shell
kubectl -n aks-istio-system port-forward service/grafana 3000:3000
```

Open http://localhost:3000 in your browser to monitor the health status of your mesh.
Loading

0 comments on commit e4a6c9b

Please sign in to comment.