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?
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?