HI everyone, Can I ask about prefect on k8s ? I ha...
# prefect-getting-started
t
HI everyone, Can I ask about prefect on k8s ? I have now built a prefect server on my on-premise k8s cluster. And I have created the prefect.yaml, but I am not sure what the next step is. Looking at the manual (https://docs.prefect.io/2.14.3/guides/deployment/kubernetes/), do I just run below command?
prefect deployment run hello/default
When I try it, the flow status is Late and it doesn’t seem to be working. I couldn’t understand detailed steps. Also, I only built prefect server, do I also need prefect agent and prefect worker?
j
You will need to start a worker that will poll the work pool you created.
🙏 1
t
Thanks I misunderstood that prefect-server contain prefect-worker. Now that I have built the worker, I will try various commands to see how it works. Now I just need to run some prefect deployment commands and it will work!