helm install prometheus example outputs

From wikieduonline
Revision as of 13:06, 21 July 2022 by 88.5.177.185 (talk)
Jump to navigation Jump to search

AQUI
Get the PushGateway URL by running these commands in the same shel1:
export POD NAME=$ (kubectl get pods --namespace default -1ta.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                                     TYPE             CLUSTER-IP             EXTERNAL-IP.           PORT (S)      
kBs-dashboard-kubernetes-dashboard       ClusterIP        172.20.58.151          <none>                 443/TCP
kubernetes                               ClusterIP        172.20.0.1             <none>                 443/TCP
myprometheus-alertmanager                ClusterIP        172.20.84.207          <none>                 80/TCP
myprometheus-kube-state-metrics          ClusterIP        172.20.65.0            <none>                 8080/TCP
myprometheus-node-exporter               ClusterIP        172.20.140.35          <none>                 9100/TCP
myprometheus-pushgateway                 ClusterIP        172.20.36.147          <none>                 9091/TCP
myprometheus-server                      ClusterIP        172.20.47.251          <none>                 0/TCP


443/TCP
443/TCP
'80/TCP
8080/TCP
9100/TCP
9091/TCP
0/TCP






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

Advertising: