Setup hashring for thanos receiver that is running on Kubernetes using helm chart #5082
Unanswered
hsdp-aas
asked this question in
Questions & Answers
Replies: 1 comment 2 replies
-
I don't think there is any chart to do this. You need to add the receive controller to the helm chart. If you would like to try jsonnet then you can take a look at https://github.com/observatorium/observatorium repo. It also provides some example yaml files so you can try to add the manifests to the chart. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We have configured thanos on Kubernetes using Helm chart https://github.com/bitnami/charts/tree/master/bitnami/thanos . The setup has been installed successfully, but when sending data from prometheus instances to thanos we have observed that the data capture in thanos query is not consistent. We have observed gaps in graph also. Upon investigating we got to know that we need to setup hashring instead of using loadbalancer to capture the data at the thanos receiver end. We have 3 thanos receiver replicas.
We also know that we can use https://github.com/observatorium/thanos-receive-controller to enable dynamics hashring, but would need help in integrating the same in thanos helm chart.
Is there any parameters that we can enable to in the helm chart to enable dynamic hashring?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions