How to install flowable on Kubernetes using minikube

I’m now trying to install flowable on Kubernetes using minikube.


I install kubernetes minkube and docker on my PC.
And follow the tutorial step my step like this.

-minikube start
-kubectl create deployment flowable --image=flowable/all-in-one:6.5.0
-kubectl expose deployment flowable --type=NodePort --port=8080

-kubectl get services flowable
-minikube service hello-minikube
-kubectl port-forward service/hello-minikube 7080:8080

After open http://localhost:7080/flowable-admin show me 404 error page not found.

I’m not sure how to fix this and also want to know the exact way to install flowable on kubernetes.
I’m looking forward to your reply.

Hi,
I suspect you will find the different apps in their sub-contexts as listed at: Docker Hub. However, I would encourage you to move to flowable-ui, which replaced the separate apps with a single one 3 years ago.

For production use, it’s probably best to use the REST image which has a Helm chart available. See README for details.

Best,
Tim

Hi.

Did you also had a look at our Helm chart?

That should ease the deployment on a Kubernetes cluster.

Regards,

Yvo