prometheus stack

This commit is contained in:
baschno
2026-02-23 23:11:04 +01:00
parent c6d2b3de3c
commit 2c23ac85ce
4 changed files with 34 additions and 81 deletions

View File

@@ -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