obstools for monitoring prometheus with grafana for santorini.pptx
popatjigyasa
17 views
7 slides
Jul 29, 2024
Slide 1 of 7
1
2
3
4
5
6
7
About This Presentation
obstools for monitoring prometheus with grafana for santorini
Size: 2.84 MB
Language: en
Added: Jul 29, 2024
Slides: 7 pages
Slide Content
Observability Tools -Prometheus on Single node and Santorini Team ObsTools
Agenda Progress on Santorini Progress on Single Node Open items for the future. Demo
Progress on Santorini Deploying Santorini. Tried installing Prometheus using helm, but was causing problems with PV and PVC’s. Got a directory Prometheus which helped with progress in Prometheus, by deploying Grafana, node-exporter and alert managers all in one place. Exposed Prometheus from Santorini master by converting cluster- ip to LB- ip , using kubectl patch service <service-name> -p '{"spec":{"type":" LoadBalancer "}}’ Only Prometheus related services came up for monitoring as it was scraping default namespace, so exposed the node exporter to a private Vm from where we can fetch the metrics for Santorini master. POC– Deepa, Vaneeswaran, Chetan Battal , Venkatasubbaiah
Future efforts needed for OBS_Santorini Figure out a way to add other namespaces for metrics on Prometheus UI. Scrape pods by adding scraping logic in prometheus.yaml files