Hi, I'd like to run prefect server on premise. It ...
# ask-community
m
Hi, I'd like to run prefect server on premise. It looks like it depends on docker, with the use of docker-compose. Unfortunately, I can not have docker running on site. Is docker the only way to have prefect server running ?
j
im pretty new too but i think maybe you can use the cloud as a server and use your on premise machine as an agent!
d
They are an helm chart to deploy on kubernetes. You can decompose as well the docker compose and use raw kubernetes deployment.
upvote 1
k
Hey @montardon, the suggestions in this thread are good. Cloud has 10000 free task runs per month, which is a lot to get started with. Using the Helm chart to deploy on Kubernetes can also work. We are working to remove Docker as a dependency, but no timeline on that.