Pat
05/08/2023, 6:05 PMKubernetesJob
- does that sound accurate? This is my first foray into Prefect and kubernetes so I may be conflating several technologies 😂Nate
05/08/2023, 6:13 PMKubernetesJob
infra block, then you can specify an `image` (your custom image uri) on your block, which will be pulled by the agent (according to the pull policy on the block) when it submits the flow run to your cluster - with that, you should be good to go!
--
worth mentioning that if you're just getting started, it might be worth checking out Projects and Work Pools / Workers - which allow for greater / more declarative configuration of your runtime environment (and bypasses the need to specify an infra block for deployments)Pat
05/08/2023, 6:28 PMNate
05/08/2023, 6:29 PM