https://github.com/danielstankw/thanos_prometheus
values.yaml file for kube-prometheus-stack deployment with Thanos
https://github.com/danielstankw/thanos_prometheus
devops kubernetes monitoring prometheus thanos
Last synced: 8 months ago
JSON representation
values.yaml file for kube-prometheus-stack deployment with Thanos
- Host: GitHub
- URL: https://github.com/danielstankw/thanos_prometheus
- Owner: danielstankw
- Created: 2024-06-28T12:19:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-30T13:08:25.000Z (over 1 year ago)
- Last Synced: 2025-01-02T01:42:18.078Z (9 months ago)
- Topics: devops, kubernetes, monitoring, prometheus, thanos
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This is a GitHub repository for the `values.yaml` file used for the Medium articles about multi-cluster monitoring solution using Thanos, Grafana and Prometheus.You can find the articles here:
- [Theory — Monitoring with Prometheus & Thanos [Part 1/2]](https://medium.com/@dast04/theory-monitoring-with-prometheus-thanos-part-1-2-8bc500a9c6a8)
- [Deployment — Monitoring with Prometheus & Thanos [Part 2/2]](https://medium.com/@dast04/full-installation-monitoring-with-prometheus-thanos-part-2-2-fe98fcdbe448)## Deployment of the chart
```bashrc
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
``````bashrc
helm upgrade --install monitoring prometheus-community/kube-prometheus-stack \
--namespace monitoring \
--values values.yaml \
--version "60.2.0"
```