How to install prometheus operator and collect the metrics from remote Thanos that install on deferent kubernetes cluster

8/7/2019

There is any way to install Thanos on Kubernetes cluster and collect metrics from remote prometheus operator on different Kubernetes cluster? How can I configure the Thanos collect the data from the remote prometheus operator pod?

I am using with Kubernetes 1.12.8 on AWS.

-- Yonatan
kubernetes
prometheus
prometheus-operator

1 Answer

8/24/2019

thanos,You need to install the thanos sidecar in your clusters, this thanos side car expose store API which can be exposed to other clusters-centralised cluster. There are some deployment model in below linksArchitecture and Getting started

-- Rakesh
Source: StackOverflow