Difference between revisions of "Helm install prometheus example outputs"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 2: | Line 2: | ||
AQUI | AQUI | ||
<pre> | <pre> | ||
− | Get the PushGateway | + | |
− | export POD NAME=$ ( | + | Get the PushGateway URL by running these commands in the same shel1: |
− | + | export POD NAME=$ (kubectl get pods --namespace default -1 | |
− | "appeprometheus, component- | + | ta.name]") |
− | + | "appeprometheus, component-pushgater | |
+ | kubectl --namespace default port-forward $POD NAME 9091 | ||
For more information on running Prometheus, visit: | For more information on running Prometheus, visit: | ||
https://prometheus.io/ | https://prometheus.io/ | ||
Line 27: | Line 28: | ||
ClusterIP | ClusterIP | ||
ClusterIP | ClusterIP | ||
− | [ | + | [rootlip-10-0-2-112 -] |
CLUSTER-IP | CLUSTER-IP | ||
172.20.58.151 | 172.20.58.151 | ||
Line 36: | Line 37: | ||
172.20.36.147 | 172.20.36.147 | ||
172.20.47.251 | 172.20.47.251 | ||
− | + | *JERNAT-IP | |
− | (none> | + | Gone> |
+ | (none) | ||
+ | Cone> | ||
+ | Cone> | ||
+ | (01e) | ||
Cone> | Cone> | ||
− | |||
PORT (S) | PORT (S) | ||
443/TCP | 443/TCP | ||
443/TCP | 443/TCP | ||
− | 80/TCP. | + | '80/TCP. |
8080/TCP | 8080/TCP | ||
9100/TCP | 9100/TCP | ||
Line 54: | Line 58: | ||
7m20s- | 7m20s- | ||
7m205 | 7m205 | ||
− | + | *7m20s: | |
− | + | 7m 205 | |
</pre> | </pre> | ||
Revision as of 12:25, 21 July 2022
AQUI
Get the PushGateway URL by running these commands in the same shel1: export POD NAME=$ (kubectl get pods --namespace default -1 ta.name]") "appeprometheus, component-pushgater kubectl --namespace default port-forward $POD NAME 9091 For more information on running Prometheus, visit: https://prometheus.io/ [root@ip-10-0-2-112 -]# ^C [root@ip-10-0-2-112 -]# k get svc NAME kBs-dashboard-kubernetes-dashboard kubernetes myprometheus-alertmanager myprometheus-kube-state-metrics myprometheus-node-exporter myprometheus-pushgateway myprometheus-server TYPE ClusterIP ClusterIP ClusterIP ClusterIP ClusterIP ClusterIP ClusterIP [rootlip-10-0-2-112 -] CLUSTER-IP 172.20.58.151 172.20.0.1 172.20.84.207 172.20.65.0 172.20.140.35 172.20.36.147 172.20.47.251 *JERNAT-IP Gone> (none) Cone> Cone> (01e) Cone> PORT (S) 443/TCP 443/TCP '80/TCP. 8080/TCP 9100/TCP 9091/TCP 0/TCP AGE 25h 5d1 6h 7m20s 7m20s- 7m205 *7m20s: 7m 205
helm install myprometheus prometheus-community/prometheus NAME: myprometheus LAST DEPLOYED: Wed May 25 19:52:07 2022 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: myprometheus-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: myprometheus-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: myprometheus-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/
Related
See also
helm install [ --set | --dry-run | --debug | --timeout | --namespace | --create-namespace | --generate-name | --help ] values.yaml
,helm upgrade --install
- Prometheus: Prometheus installation,
9090
, storage, Prometheus exporters: Node exporter9100
, Blackbox exporter, Prometheus alertmanager (changelog), Prometheus versions, Prometheus Node exporter releases,promtool
,amtool, tsdb
,/etc/default/prometheus, /etc/prometheus/prometheus.yml, journalctl -u prometheus
,/etc/default/prometheus-node-exporter
, PromQL,alert:
, Prometheus Operator, Thanos, VictoriaMetrics, PushGateway, Prometheus API,values.yml
, Amazon Managed Service for Prometheus
Advertising: