You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The read-write deployment mode support has been added to Mimir and it's currently under testing at Grafana Labs. We still have follow up work we want to do, for which I've created dedicated issues, so that it's easier to split the work in the team:
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:
This PR shows a proof-of-concept: #1986
Action plan
The text was updated successfully, but these errors were encountered: