A container of some sort gives you better isolation and less risk of a mistake that could cause the instances to conflict in some way. Might be better for balancing resources between them as well, though using cgroups directly can also accomplish that.
On Fri, Sep 20, 2019, 8:27 AM Nitan Kainth <nitankai...@gmail.com> wrote: > Hi There, > > Any feedback pros/cons for having multiple instances of C* on the same > machine without Docker/container solution? > > The plan is to change the ports and run multiple C* processes, so we can > isolate two applications as two different clusters. >