sehooh5 / keti

working history in KETI
1 stars 0 forks source link

Prometheus installed message(by helm) #2

Open sehooh5 opened 4 years ago

sehooh5 commented 4 years ago

$ helm install monitor stable/prometheus NAME: monitor LAST DEPLOYED: Wed Aug 19 13:44:53 2020 NAMESPACE: default STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: The Prometheus server can be accessed via port 80 on the following DNS name from within your cluster: monitor-prometheus-server.default.svc.cluster.local

Get the Prometheus server URL by running these commands in the same shell: export POD_NAME=$(kubectl get pods --namespace default -l "app=prometheus,component=server" -o jsonpath="{.items[0].metadata.name}") kubectl --namespace default port-forward $POD_NAME 9090

The Prometheus alertmanager can be accessed via port 80 on the following DNS name from within your cluster: monitor-prometheus-alertmanager.default.svc.cluster.local

Get the Alertmanager URL by running these commands in the same shell: export POD_NAME=$(kubectl get pods --namespace default -l "app=prometheus,component=alertmanager" -o jsonpath="{.items[0].metadata.name}") kubectl --namespace default port-forward $POD_NAME 9093 #################################################################################

WARNING: Pod Security Policy has been moved to a global property.
use .Values.podSecurityPolicy.enabled with pod-based
annotations
(e.g. .Values.nodeExporter.podSecurityPolicy.annotations)

#################################################################################

The Prometheus PushGateway can be accessed via port 9091 on the following DNS name from within your cluster: monitor-prometheus-pushgateway.default.svc.cluster.local

Get the PushGateway URL by running these commands in the same shell: export POD_NAME=$(kubectl get pods --namespace default -l "app=prometheus,component=pushgateway" -o jsonpath="{.items[0].metadata.name}") kubectl --namespace default port-forward $POD_NAME 9091

For more information on running Prometheus, visit: https://prometheus.io/

sehooh5 commented 4 years ago

after upgrade with volumeF.yaml

$ helm upgrade -f volumeF.yaml monitor stable/prometheus Release "monitor" has been upgraded. Happy Helming! NAME: monitor LAST DEPLOYED: Wed Aug 19 15:10:34 2020 NAMESPACE: default STATUS: deployed REVISION: 2 TEST SUITE: None NOTES: The Prometheus server can be accessed via port 80 on the following DNS name from within your cluster: monitor-prometheus-server.default.svc.cluster.local

Get the Prometheus server URL by running these commands in the same shell: export POD_NAME=$(kubectl get pods --namespace default -l "app=prometheus,component=server" -o jsonpath="{.items[0].metadata.name}") kubectl --namespace default port-forward $POD_NAME 9090 #################################################################################

WARNING: Persistence is disabled!!! You will lose your data when
the Server pod is terminated.

#################################################################################

The Prometheus alertmanager can be accessed via port 80 on the following DNS name from within your cluster: monitor-prometheus-alertmanager.default.svc.cluster.local

Get the Alertmanager URL by running these commands in the same shell: export POD_NAME=$(kubectl get pods --namespace default -l "app=prometheus,component=alertmanager" -o jsonpath="{.items[0].metadata.name}") kubectl --namespace default port-forward $POD_NAME 9093 #################################################################################

WARNING: Persistence is disabled!!! You will lose your data when
the AlertManager pod is terminated.

################################################################################# #################################################################################

WARNING: Pod Security Policy has been moved to a global property.
use .Values.podSecurityPolicy.enabled with pod-based
annotations
(e.g. .Values.nodeExporter.podSecurityPolicy.annotations)

#################################################################################

The Prometheus PushGateway can be accessed via port 9091 on the following DNS name from within your cluster: monitor-prometheus-pushgateway.default.svc.cluster.local

Get the PushGateway URL by running these commands in the same shell: export POD_NAME=$(kubectl get pods --namespace default -l "app=prometheus,component=pushgateway" -o jsonpath="{.items[0].metadata.name}") kubectl --namespace default port-forward $POD_NAME 9091

For more information on running Prometheus, visit: https://prometheus.io/