Deployment guide to deploy Journeys on Kubernetes or Openshift
Closed this issue · 1 comments
shujali commented
Is your feature request related to a problem? Please describe.
In our environment, docker isn't an approving container hosting platform, we only us Openshift. We tried to install Journeys on OCP by converting docker compose into deployments and services, but struggling to make integrations to work.
Describe the solution you'd like
A method or guide or functions of each component explained so we can use OCP to host Journeys
Describe alternatives you've considered
There aren't any alternatives for us in our environment
shujali commented
We were able to convert docker compose files to Kubernetes deployment and services. Use PVC and PV as well. And successfully tested it on OCP.