Hi all, I’m trying to run prefect flows in a restr...
# prefect-community
l
Hi all, I’m trying to run prefect flows in a restricted/corporate K8s. I cannot rely on KubernetesJob as it triggers new jobs and ressource creations is blocked outside of prod deployment. Is there a way to run flows inside of a pod waiting to be triggered by an agent. Would https://docs.prefect.io/api-ref/prefect/infrastructure/#prefect.infrastructure.process be the solution ? thanks
r
that will run it on the already provisioned agent
🙌 1
l
So creating a pod with all my libs, registering it as an agent, that could run my flow as a process infrastrcuture ?
r
yes
🙌 1
l
ok many thanks. I’ll try that
👍 1