Can we use a simple monolith mimir over multi nodes on a production environment ? #7594
sidkram
started this conversation in
Development
Replies: 0 comments
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.
-
I have been trying out mimir lately, and because of a few failures previously over deploying on kubernetes env as microservices, I had thought it should be better if I deploy mimir over ec2 nodes as mimir allows horizontal scalability. There are two ingester nodes and two querier nodes that I've been using, I've created a route53 private hosted zone one for ingester address and one for querier address that encapsulates two nodes ips each. This initially was working fine, but lately I've been noticing a few ingester crashes that is pulling the whole mimir cluster down. One node among the ingester group [.197] was used since the start and that had acted as the ingester node during the start. But the issue being, even being a 4 node cluster, when this .197 node goes down, the whole cluster fails. I need a few questions answered around this and a few suggestions if I'm missing out big here.
Beta Was this translation helpful? Give feedback.
All reactions