Hello, I'm using Prefect in a AI project, and we w...
# prefect-community
a
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
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
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
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
Thanks, where can I find that Helm Chart ? Sorry if I missed it in the documentation
a
Thanks a lot !
d
Sure thing 😄