5 Ocak 2023 Perşembe

Helm ve Prometheus

Örnek
Şöyle yaparız
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update

helm install my-kube-prometheus-stack prometheus-community/kube-prometheus-stack
Örnek
Şöyle yaparız
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
$ helm repo update

$ kubectl create ns monitoring
$ helm -n monitoring install prometheus prometheus-community/kube-prometheus-stack
Exporter
Her exporter bir de servis yaratır. Bu servisin metrics adresine gidersek exporter hakkında bilgiler görürüz.
127.0.0.1:9108/metrics
Örnek - blackbox-exporter
Blackbox Exporter yazısına bakabilirsiniz. Şöyle yaparız
helm -n monitoring upgrade 
  — install prometheus-blackbox prometheus-community/prometheus-blackbox-exporter
Örnek - elasticsearch-exporter
Şöyle yaparız
helm install prometheus-elasticsearch-exporter \ 
  prometheus-community/prometheus-elasticsearch-exporter

Hiç yorum yok:

Yorum Gönder