Pharos Node Monitoring
Deploy Prometheus and pushgateway
kubectl create namespace prometheushelm repo add prometheus-community https://prometheus-community.github.io/helm-chartshelm upgrade -i prometheus prometheus-community/prometheus \
--namespace prometheus \
--set alertmanager.persistence.storageClass="gp2" \
--set server.persistentVolume.storageClass="gp2"kubectl get pods -n prometheuskubectl -n prometheus-agent-namespace get svcModify the metrics push configuration file
Last updated
Was this helpful?
