https://prefect.io logo
a

Anthony LE LUYER

02/22/2021, 12:35 PM
Hello, I'm using Prefect in a AI project, and we will soon move to OpenShift for a client. Is it possible to deploy Prefect on OpenShift ?
d

Dylan

02/22/2021, 3:10 PM
Hi @Anthony LE LUYER! We don’t have any specific OpenShift architecture. But, we do have Local and Docker setups that may work in conjunction with your OpenShift infra. I’m not super familiar with OpenShift. Can you describe what you’re looking to accomplish?
a

Anthony LE LUYER

02/22/2021, 3:24 PM
Hi @Dylan, For now, we launch Prefect via "prefect server start" after pip install. From what I undestand, that command is building a docker-compose then launching it. Is it possible to build that docker-compose manually ? We won't have an environment, we will only be able to provide docker images, docker-compose files and parameters.
d

Dylan

02/22/2021, 3:25 PM
We have an experimental Helm chart if your OpenShift setup can support a K8s cluster
Otherwise, we don’t have plans to support other deployments of Prefect Server at this time
However, you may find that Prefect Cloud works for you usecase since your code and your data never leave your infrastructure thanks to our Hybrid Model
a

Anthony LE LUYER

02/22/2021, 3:28 PM
Thanks, where can I find that Helm Chart ? Sorry if I missed it in the documentation
a

Anthony LE LUYER

02/22/2021, 3:28 PM
Thanks a lot !
d

Dylan

02/22/2021, 3:34 PM
Sure thing 😄
2 Views