Skip to content
Snippets Groups Projects
Commit be14369f authored by David Tesar's avatar David Tesar Committed by GitHub
Browse files

Add Prometheus dashboard instructions

parent 2c0f18ae
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,18 @@ $ kubectl create -f manifests/ 2>/dev/null || true # This command sometimes may
$ kubectl delete -f manifests/ || true
```
### Access the dashboards
Prometheus, Grafana, and Alertmanager dashboards can be accessed after running the quickstart via the following commands:
Prometheus
```shell
export PROMETHEUS=$(kubectl get pods --namespace monitoring -l "app=prometheus" -o jsonpath="{.items[0].metadata.name}")
kubectl --namespace monitoring port-forward $PROMETHEUS 3000:3000
```
Then access via [http://localhost:3000](http://localhost:3000)
## Customizing Kube-Prometheus
This section:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment