I am deploying Jira software (Data Center) on K8s. Need some help if figuring out if there is a way to deploy the app in two microservices where one serves the UI and another takes care of API requests.
Haven't found any specific and detailed document regarding this.
Any help is really appreciated. Cheers!
Nope, Atlassian made it so that everything is packed into "the same" nodes that take care of everything individually. So you can't really split the service into micro services, it has to be the same jira app running on 1 or more nodes, and the load balancer routes users to the nodes per it's own discretion/configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.