Join Slack
Powered by
Question for y'all! Can a `@task` be orchestrated...
# prefect-server
c
Christian Nuss
03/07/2022, 6:55 PM
Question for y'all! Can a
@task
be orchestrated as a job/pod on Kube?
k
Kevin Kho
03/07/2022, 6:56 PM
You can use the
RunNamespacedJob task
to run a job.
c
Christian Nuss
03/07/2022, 6:57 PM
amazing, thank you!
a
Anna Geller
03/07/2022, 7:34 PM
@Christian Nuss
if you are asking about one container per task (regardless of whether it runs on Kubernetes or just on a VM), check out this thread
https://discourse.prefect.io/t/can-prefect-run-each-task-in-a-different-docker-container/434
Open in Slack
Previous
Next