Install of a KIE (Process Server) on a Docker Container

Posted on

Context: My company is evaluating PAM and we have done the tutorials that install a stand alone business Central and KIE server on a single jBoss instance. I have been tasked with a POC more like our current environment. Trying to build a docker image to push to a kuberneties cluster. I feel like i just maybe missing a configuration somewhere OR I am doing everything wrong.

Created a docker machine

I pulled the container image from Red Hats Catalog:
rhpam-7/rhpam72-kieserver-openshift

Ran the image

everything looks like it started successfully but when I hit the docker IP I get nothing back. I can't hit the KIE Rest endpoints.

Any advice on where to look. Most Docs on Red Hat have it running in openshift but very little for other environments.

Responses