Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read-write-backend deployment mode #2749

Closed
12 tasks done
pracucci opened this issue Aug 17, 2022 · 1 comment
Closed
12 tasks done

Add read-write-backend deployment mode #2749

pracucci opened this issue Aug 17, 2022 · 1 comment
Assignees

Comments

@pracucci
Copy link
Collaborator

pracucci commented Aug 17, 2022

We want to introduce a deployment mode which stands in between monolithic and microservices mode. The microservices mode provides the best isolation and fine-grained resources and scaling settings but at the cost of having to deploy 10+ different components. The monolithic mode is at the opposite side, with only 1 component to deploy and scale.

We want to introduce a 3rd deployment mode composed of 3 components:

  • Write: distributor + ingester
  • Read: query-frontend + querier
  • Backend: all other Mimir components

This PR shows a proof-of-concept: #1986

Action plan

@pracucci
Copy link
Collaborator Author

pracucci commented Nov 2, 2022

@pracucci pracucci closed this as completed Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant