From da3bcb68a9197b052c0ef42ce3216de82faa0dc2 Mon Sep 17 00:00:00 2001 From: Inaki Date: Sun, 5 Apr 2020 13:04:39 +0200 Subject: [PATCH] Update monitoring.md --- docs/monitoring.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/monitoring.md b/docs/monitoring.md index 4c78cfe9..92552507 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -3,8 +3,11 @@ ## Monitoring * [thenewstack.io: The Challenges of Monitoring Kubernetes and OpenShift](https://thenewstack.io/the-challenges-of-monitoring-kubernetes-and-openshift/) * [dzone.com: Kubernetes Monitoring: Best Practices, Methods, and Existing Solutions](https://dzone.com/articles/kubernetes-monitoring-best-practices-methods-and-e) Kubernetes handles containers in several computers, removing the complexity of handling distributed processing. But what's the best way to perform Kubernetes monitoring? + +## Prometheus * [dzone.com: Monitoring with **Prometheus**](https://dzone.com/articles/monitoring-with-prometheus) Learn how to set up a basic instance of Prometheus along with Grafana and the Node Exporter to monitor a simple Linux server. * [**Thanos**](https://thanos.io/) Open source, highly available Prometheus setup with long term storage capabilities. +* [github.com/ruanbekker: Thanos Cluster Setup](https://github.com/ruanbekker/thanos-cluster-setup) ## Grafana * [Grafana Dashboards](https://github.com/mlabouardy/grafana-dashboards)