Hey all, I’m kind of new of Prefect, and I have th...
# ask-community
m
Hey all, I’m kind of new of Prefect, and I have the Kubernetes agent installed and wired up to my Prefect cloud 2.0 tenant on a local cluster as a POC. Can anyone point me in the direction of a docs page that can get me started with triggering a flow on my k8s cluster using the Agent? I may be missing it but I haven’t been able to find anything in the docs that gives a succinct end to end example and this page seems to just give me back a 404. Do I just need to define a Deployment and specify that it be run in Kubernetes somehow?
m
Hey Matt, here is some documentation that goes into executing flow runs in a Kubernetes job. https://docs.prefect.io/concepts/infrastructure/?h=kubernetes#kubernetesjob
m
Ah yeah, I was kind of looking around for an example of how to use that in a flow. Is it just a separate object that gets passed to the flow decorator or something like that?
Ah, I see, there’s some detail above that as well
🙌 1