Wednesday 17 May 2017

Docker best practice scaling

I have an array with 1 million strings. I have node.js application, that takes each string and do API request to an external service. I want to split that array, and for each part to create docker container, which will run the node js app.

Is there any idea how can I do that dynamically?

Thanks.



via user3712353

No comments:

Post a Comment