druid-io / docker-druid

Druid Docker
197 stars 159 forks source link

how to split to multiple containers #49

Open rahulsingh303 opened 6 years ago

rahulsingh303 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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