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

how to split to multiple containers #49

Open
rahulsingh303 opened this issue May 10, 2018 · 2 comments
Open

how to split to multiple containers #49

rahulsingh303 opened this issue May 10, 2018 · 2 comments

Comments

@rahulsingh303
Copy link

How can we split the services to individual containers . We need to scale certain services like historical and broker . Any guidelines will be helpful.

-Rahul

@debdutto
Copy link
Contributor

debdutto commented May 29, 2018

I am very new to druid, so feel free to correct me if I'm wrong.

But you'll probably need to split the current dockerfile into multiple dockerfiles, create images for each and then use docker-compose or whatever instrumentation you use to scale.

Take hints from the supervisord.conf to start services on each container

Let me know, how it works out.

@debdutto
Copy link
Contributor

@rahulsingh303 You might also want to take a look at #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants