Hey, I'm currently testing prefect 2.0 as part of our new data warehouse and so far I'm very impressed!
I'd like to use prefect cloud 2.0 and run my flows in my k8s cluster. There is this documentation here:
https://orion-docs.prefect.io/tutorials/kubernetes-flow-runner/ - which shows how to implement my use case for a OSS orion server. How would this example work for prefect cloud 2.0? Do I simply use the manifest as output from
prefect orion kubernetes-manifest and only deploy the agent, role and role binding but not the API? And for the PREFECT_API_URL env variable I use
https://api-beta.prefect.io/api/... instead of orian:4200?