Migrate manny thanos clusters into one with multi-tenancy #7580
Unanswered
Avigdorrr
asked this question in
Questions & Answers
Replies: 2 comments
-
Hey @Avigdorrr , I'm curious how you eventually achieved this. This is something I looking at doing and looking for pointers. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Avigdorrr Please, what were the problems that motivated you to make this architectural decision? I'm curious because I'm doing exactly the opposite - breaking down large Thanos clusters into smaller clusters with multi-tenant support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have a lot thanos clusters (25 clusters) that each have a querier, receiver, store and an object storage bucket. We want to migrate to a big cluster with multi-tenancy.
Is there a way to migrate the old data in each bucket to a new bucket with blocks that will consist that data in a multi-tenancy format?
It means it needs to edit the blocks to match the multi-tenancy way with a tsdb per each tenant
I currently have that data with the label key “env” for each cluster. so if it possible to order and group the new blocks by that label values and make that an external label, it seems like it will do the work
Any way that I can achieve that goal?
Beta Was this translation helpful? Give feedback.
All reactions