thanos-io / thanos

Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.
https://thanos.io
Apache License 2.0
13.14k stars 2.1k forks source link

Multicloud Thanos Deployment - correct way to expose components #822

Closed chris-vest closed 5 years ago

chris-vest commented 5 years ago

Thanos version v0.1.0

We have an EKS cluster and a GKE cluster, with Prometheus & Thanos deployments in both. We want to add the GKE deployment to the Thanos in EKS.

Currently we have a VPN connection between both k8s clusters in each cloud provider. What is the correct way to expose the necessary services and their underlying pods in GKE to the Thanos deployment in EKS?

FUSAKLA commented 5 years ago

Hi, I'd suggest upgrading the Thanos to the latest version as a first thing, but mainly please ask questions on the #thanos slack channel rather than in the issues. I'm sure you will get your answers there, thanks!

Also provide bit more information about the setup possibly. Is even the Prometheus running in the EKS or you are just trying to communicate between Thanos components over the VPN?

chris-vest commented 5 years ago

I will ask there, thank you!