Hi,
I’m currently evaluating the implementation of an application based on several micro-services and using camunda engine to orchestrate some processes. I’m thinking at the following:
- build a java application with spring boot and camunda process engine in micro-service A
- Implement other micro-services B, C…N
The application will be deployed on Kubernetes (K8S) and will need to support deployment of multiple instances of each micro-service on a K8S cluster.
The micro-service A (embedding camunda process engine) will rely on a maria db cluster deployed in the same K8S cluster
My questions are:
- can someone confirm that camunda can be used in such context and that it should provide some form of High Availability (assuming the underlying K8S is still operational with some worker nodes alive).
- If yes is there a recommended app server TomCat ? Jboss ? WildFly ? Websphere Liberty ? to be used when deploying camunda in docker container to be deployed in K8S env. with HA in mind like in this case here ?
- In this context will the cockpit and admin app still be usable running in separate containers/pods ?
- Should the micro-service A rely on a persistent volume to read the process definition files
- any known limitations ?
- any other hints & tips are welcome
Thx