Flowable + OpenShift

¿Does anyone know if flowable run and perfrom well over OpenShift?

Hi,

Considering that OpenShift is a container application platform based on Kubernetes, there shouldn’t be any particular issue with it. We have been running Flowable on Docker Swarm and Kubernetes for a long time. You should only take into account regular issues with Java in a Docker environment, like memory settings if you are using older Java versions (https://blog.softwaremill.com/docker-support-in-new-java-8-finally-fd595df0ca54).

Also there’s a repo with a benchmark that you could run yourself https://github.com/flowable/flowable-benchmark

1 Like

Just for people who are looking for the solution, Flowable images can be deployed without any modification on Openshift. The helm chart is provided here - https://flowable.github.io/helm/ . The detailed steps about deployment can be followed from here.

1 Like

We are running Flowable UI along with Keycloak-based authentication on OpenShift without any issues or problems during installation. What kind of issues do you have?