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

Production setup for Helm chart #601

Closed
agolomoodysaada opened this issue May 17, 2019 · 3 comments
Closed

Production setup for Helm chart #601

agolomoodysaada opened this issue May 17, 2019 · 3 comments

Comments

@agolomoodysaada
Copy link

Is your feature request related to a problem? Please describe.
Yes. Today the Loki helm chart has all the components deployed as one pod.

Describe the solution you'd like
The helm chart should deploy the production setup (1x distributor, 3x ingester, 3x querier and 1x tablemanager) as their own deployments/statefulsets.

@agolomoodysaada agolomoodysaada changed the title Production Setup for Helm chart Production setup for Helm chart May 17, 2019
@cyriltovena
Copy link
Contributor

cyriltovena commented Jun 7, 2019

we might want to introduce another chart or a flag to deploy in a microservices way.

I still think having the single process is an interesting option for small workload or people just willing to try out.

There is work on cortex side to support this. That can be helpful
cortexproject/cortex#1410

/cc @steven-sheehy

@steven-sheehy
Copy link
Contributor

Yes, I agree. The chart should support both modes of operation. I believe it should be doable since the loki sub-chart can just be re-used with different args passed to it to startup in different modes (ingester, querier, etc). I just don't have experience running Loki in this manner to do it myself.

Note that #643 and this are duplicates. That issue gives some example yaml on how to deploy separately.

@cyriltovena
Copy link
Contributor

ok let's wait some movement on cortexproject/cortex#1410. Duplicate of #643.

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

3 participants