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!
![image](https://private-user-images.githubusercontent.com/97127970/387465231-6a63e101-ddd8-467f-8020-ebdbb5b13e1d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDY4NjYsIm5iZiI6MTczOTM0NjU2NiwicGF0aCI6Ii85NzEyNzk3MC8zODc0NjUyMzEtNmE2M2UxMDEtZGRkOC00NjdmLTgwMjAtZWJkYmI1YjEzZTFkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA3NDkyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYyYjkzZTkwOTE0OTM1MjBlMTI1YjI4MjNjZGZiNzJlOGRlMzkwYTU1ODRmMjhjNWE4MDY0ZTZiNzMzNDkwNzQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qTzfnWmUqmN3rgmjgV0I5kZq8zp_nyaT1GEs8wzEIwE)
Beta Was this translation helpful? Give feedback.
All reactions