Question for y'all! Can a `@task` be orchestrated...
# prefect-server
c
Question for y'all! Can a
@task
be orchestrated as a job/pod on Kube?
k
You can use the RunNamespacedJob task to run a job.
c
amazing, thank you!
a
@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