Hi Anthony, a couple questions. Have they implemented a self hosted version of the UI? Is there an agent running in kubernetes? Generally for Prefect Cloud, once you have a flow working locally, the next steps is to create a deployment.
Deployments will allow you to schedule your flow to a specific work queue and define where your code should be stored and how it should run(which type of infrastructure you will use). In your case, you will want to use a Kubernetes infrastructure block when you define your deployment. The work queue will correlate to an Agent that will live in your execution environment and will poll for scheduled flow runs.