kube-prometheus
Use Prometheus to monitor Kubernetes and applications running on Kubernetes (by prometheus-operator)
kube-thanos
Kubernetes specific configuration for deploying Thanos. (by thanos-io)
kube-prometheus | kube-thanos | |
---|---|---|
42 | 3 | |
7,250 | 537 | |
1.2% | 0.9% | |
8.8 | 1.1 | |
9 days ago | about 2 months ago | |
Jsonnet | Jsonnet | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kube-prometheus
Posts with mentions or reviews of kube-prometheus.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-08.
- Running Phi 3 with vLLM and Ray Serve
-
Upgrading Hundreds of Kubernetes Clusters
The last one is mostly an observability stack with Prometheus, Metric server, and Prometheus adapter to have excellent insights into what is happening on the cluster. You can reuse the same stack for autoscaling by repurposing all the data collected for monitoring.
-
Unfork with ArgoCD
kustomize Kube Prometheus
-
Smart-Cash project -Adding monitoring to EKS using Prometheus operator
On the other hand, the Kube-prometheus project provides documentation and scripts to operate end-to-end Kubernetes cluster monitoring using the Prometheus Operator, making easier the process of monitoring the Kubernetes cluster.
-
Scaling Temporal: The Basics
For our load testing we’ve deployed Temporal on Kubernetes, and we’re using MySQL for the persistence backend. The MySQL instance has 4 CPU cores and 32GB RAM, and each Temporal service (Frontend, History, Matching, and Worker) has 2 pods, with requests for 1 CPU core and 1GB RAM as a starting point. We’re not setting CPU limits for our pods—see our upcoming Temporal on Kubernetes post for more details on why. For monitoring we’ll use Prometheus and Grafana, installed via the kube-prometheus stack, giving us some useful Kubernetes metrics.
-
How do you set up Grafana alert for your cluster? Which mixins library?
The 2 most common approaches I have seen are kube-prometheus-stack and kube-prometheus..
-
Issues with "victoria-metrics-k8s-stack", monitoring k8s targets
- I'm missing a lot of the Grafana dashboards that are provisioned during the deployment, not sure why as it has worked before, and wanted to add them after install... I believe it's different ConfigMaps like the one in kube-prometheus but I was wondering if there's a way to force provisioning them all again at once (multiple k8s, node_exporter, vm, etc)?
-
what metrics are most important for checking kubernetes cluster health?
Check out the kube Prometheus project -- https://github.com/prometheus-operator/kube-prometheus It's a bit heavy, but the included recording rules and dashboards give you a great start at understanding your cluster.
-
Easy Prometheus/Grafana Setup With Dashboards Repo
The actual link to the prometheus/grafana bundle: https://github.com/prometheus-operator/kube-prometheus
-
How To Configure Kube-Prometheus
Here’s a list of what’s installed: https://github.com/prometheus-operator/kube-prometheus/tree/main/manifests
kube-thanos
Posts with mentions or reviews of kube-thanos.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-09.
-
Is there anything as easy to use as logdna but on the side of metrics: grafana/prometheus
kube-thanos is pretty nice. You can see how GitLab deploys it here.
-
Thanos with Kube-State meteics
Thanos doesn't need an operator, since it's mostly stateless. It's best installed via kube-thanos.
-
Thanos Integration with Prometheus
You probably want kube-thanos.
What are some alternatives?
When comparing kube-prometheus and kube-thanos you can also consider the following projects:
prometheus-operator - Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes
charts - Bitnami Helm Charts
sloth - 🦥 Easy and simple Prometheus SLO (service level objectives) generator
promscale - [DEPRECATED] Promscale is a unified metric and trace observability backend for Prometheus, Jaeger and OpenTelemetry built on PostgreSQL and TimescaleDB.
helm-charts - Prometheus community Helm charts
gl-infra