Is there a way to avoid interruptions during redeployment when using the ruler in remote mode? #9949
Unanswered
changliu-wk
asked this question in
Help and support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently we want to switch ruler from internal mode to remote mode, plus using memcached for data caching, it will reduce the query duration, but I found when I redeploy the service, the latency will increase a lot, after 10 mins it will back to normal. I think that is because the caching pods have been new created, we lost all caching data. I want to come up a strategy:
I thought Redis would be the right way for this problem, but it was deprecated lately, do you have a better solution for this problem, thanks!
Beta Was this translation helpful? Give feedback.
All reactions