Query multiple S3 endpoints #6156
Replies: 3 comments 3 replies
-
what's the write distribution between those 6 endpoints? My understanding is that each mimir cluster writes to 6 different endpoints. Writing happens by the ingester and compactor. How did you configure them to write to multiple clusters? IIRC this isn't supported by mimir out of the box. Having said that, it might be easier if you have each mimir cluster store its data in a single endpoint. This way the clusters have disjoint data. You can query across all of the using GEM's federation-frontend component. It should be able to run without a valid GEM license, so you can use it with Mimir. |
Beta Was this translation helpful? Give feedback.
-
Yeah.. I agree on that.. It is better to have a single S3 endpoint for all the 6 Mimir clusters. However, our infrastructure is too big and we are bit concerned on the latency of reads and writes. |
Beta Was this translation helpful? Give feedback.
-
@dili-pk have you solved this problem? If so change you share the solution. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am working on setting up Grafana Mimir on a very large infrastructure which is configured with multiple regions(each region has 70 - 100 kubernetes clusters).
We have around 6 regions where we have deployed 6 different mimir clusters and each mimir cluster writing to 6 different S3 endpoints.
Now we are trying to create a query cluster which has only query front-end, querier and query scheduler deployed to query across all 6 clusters.
I was thinking of querying the data from these 6 different S3 buckets or from different Store-gateways. But I am not sure if we can configure multiple S3 endpoints.. This doesn't seem to work and do not find a configuration option..
Any thoughts how this can be achieved? Or is this currently not possible?
Beta Was this translation helpful? Give feedback.
All reactions