"Is it feasible to operate components such as Thanos Query, Compactor, and Store outside of the Kubernetes cluster?" #7185
Unanswered
Nasil114
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm on the hunt for a solid monitoring solution for Kubernetes, aiming to pinpoint issues even when the entire cluster crashes. The challenge lies in the fact that if Prometheus, our monitoring tool, crashes along with the cluster, Grafana won’t be able to display what went wrong. My idea is to create a monitoring system robust enough to remain operational under any circumstances. Here’s a simplified breakdown of how I envision it working, but I’m open to suggestions on making it more effective:
Collecting Metrics:
1.1- Prometheus exporters gather metrics from various sources.
1.2- We also capture metrics from short-lived jobs.
Pulling Metrics:
2.1 - The Prometheus server pulls metrics from exporters.
2.2 - It also collects metrics pushed to the Pushgateway.
Data Storage:
Thanos Integration:
Optimization and Retrieval:
Querying Data:
To ensure that dashboard access isn’t lost if the cluster goes down, I’ve placed Grafana, Thanos Query, Compactor, and Store outside of the main cluster. I’m looking for the best approach to ensure our monitoring system remains available and effective, regardless of the cluster's state."
i dont know is t possible or not ? I am open to suggestions and would greatly appreciate any feedback on the reliability of this architecture. Does anyone have insights or proposed enhancements?
Beta Was this translation helpful? Give feedback.
All reactions