prometheus stack
This commit is contained in:
@@ -26,7 +26,9 @@ kubectl port-forward svc/prometheus-kube-prometheus-alertmanager 9093 -n monitor
|
||||
|
||||
This will make Grafana accessible on http://localhost:8080, Prometheus on http://localhost:9090 and Alert Manager on http://localhost:9093
|
||||
|
||||
Get Grafana Password via:
|
||||
```
|
||||
kubectl get secret --namespace monitoring -l app.kubernetes.io/component=admin-secret -o jsonpath="{.items[0].data.admin-password}" | base64 --decode ; echo
|
||||
```
|
||||
Login for Grafana:
|
||||
**User:** admin
|
||||
**Pwd:** prom-operator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user