From f58fad216aea62fe2729983c4a1520bf2311fd21 Mon Sep 17 00:00:00 2001 From: baschno Date: Wed, 20 Aug 2025 19:27:01 +0200 Subject: [PATCH] add prometheus helm --- prometheus-stack/helm-install-output.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/prometheus-stack/helm-install-output.txt b/prometheus-stack/helm-install-output.txt index e69de29..2f88259 100644 --- a/prometheus-stack/helm-install-output.txt +++ b/prometheus-stack/helm-install-output.txt @@ -0,0 +1,19 @@ +NAME: kube-prometheus-stack +LAST DEPLOYED: Wed Jun 11 19:32:51 2025 +NAMESPACE: monitoring +STATUS: deployed +REVISION: 1 +NOTES: +kube-prometheus-stack has been installed. Check its status by running: + kubectl --namespace monitoring get pods -l "release=kube-prometheus-stack" + +Get Grafana 'admin' user password by running: + + kubectl --namespace monitoring get secrets kube-prometheus-stack-grafana -o jsonpath="{.data.admin-password}" | base64 -d ; echo + +Access Grafana local instance: + + export POD_NAME=$(kubectl --namespace monitoring get pod -l "app.kubernetes.io/name=grafana,app.kubernetes.io/instance=kube-prometheus-stack" -oname) + kubectl --namespace monitoring port-forward $POD_NAME 3000 + +Visit https://github.com/prometheus-operator/kube-prometheus for instructions on how to create & configure Alertmanager and Prometheus instances using the Operator. \ No newline at end of file