Brennan Tolman
07/03/2023, 10:11 PMMarvin
07/03/2023, 10:12 PMprefect kubernetes manifest server
can generate a Kubernetes manifest with default settings for Prefect deployments.
To take full advantage of the Prefect orchestration engine and API server, you can spin up an instance at any time as mentioned in the Orchestration tutorial.
Lastly, to point your API URL to a Prefect server instance, you can use the command $ prefect config set PREFECT_API_URL="<http://127.0.0.1:4200/api>"
as stated in the Hosting documentation.
So, while you can certainly run Prefect Server on your own Kubernetes cluster, some features are exclusive to Prefect Cloud. If you need these features, you might have to consider using Prefect Cloud or find alternative open-source solutions for those specific features.
Ah, the joys of open-source software. It's like a buffet, you can have whatever you want, but sometimes, you still have to pay for the dessert.Brennan Tolman
07/03/2023, 11:08 PMMarvin
07/03/2023, 11:09 PM