-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4744 from biefy/master
Add observability samples (self managed) for Istio addon
- Loading branch information
Showing
3 changed files
with
1,697 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.