For platform engineers
Deploy a Prefect Server and Worker with Helm
Deploy a Prefect OSS Server and Worker with Helm.
In this tutorial, you’ll learn how to deploy an OSS Server and Worker with Helm.
Prerequisites
- A Kubernetes cluster
- Install the Helm CLI
Get started
Configuring ingress or publicly exposing Prefect from the cluster is business dependent and not covered in this tutorial. For details on Ingress configuration, consult the Kubernetes documentation.
Set up your environment
Create a new namespace for this tutorial (all commands will use this namespace):
Deploy Prefect Server with Helm
Add the Prefect Helm repository:
Expected output:
Access the Prefect UI:
Open localhost:4200
in your browser and sign in with admin:password123
.
Deploy a Prefect Worker
To connect a worker to your Prefect server in the same cluster:
Expected output:
Cleanup
To uninstall the Prefect Server and Worker:
Troubleshooting
Was this page helpful?