We are not sure if we should install Jira Software and Bitbucket on one VM or separate it on two. Any recommendations? Are there Pros and Cons?
This should be installed in separate VMs and as the application scale it will help in better performance.
Pros:I am not seeing any pros except you can save some infra(vm).
Cons:
As more users will start using the tools this will hamper performance as cpu ,memory and other resources have to be shared.(or else you have to allocate the resources in one vm)
Proxy have to be configured for both.
Single point of failure ,if the vm is down both application will be down.
Also if you want to scale this to DC infra will be difficult.
Hi @Marion Hederer,
I completely agree with @sara before our company starting using the Atlassian products they thought it would be smart to save some money and install the issue tracking and source control tools on the same server. The two applications ended up fighting with each other for system resources, and this became more expensive as they were now tied to existing on the same VM host instead of moving one of the VMs to a less active host.
When we moved away from that we learned that we would never let that happen again.
-James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your honest and very helpfull answer.
That means,we should definitly run those two applications with two separated database as well, right?
I'm asking that question because right now our company runs one server with those two products sharing one database - what seemed to have worked so far. But because we're migrating them we would like to find the best (scalable) infrastructure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.