PrefectHQ / prefect-recipes

Snippets and templates representing common Customer Success patterns
https://PrefectHQ.github.io/prefect-recipes/
Apache License 2.0
238 stars 29 forks source link

A configuraiton to run on Kubernetes without external Prefect Cloud connection #230

Closed PetrGlad closed 1 year ago

PetrGlad commented 1 year ago

💻

What problem are you trying to solve?

All configuration variants seem to require cloud account id. It does not seem like it is really open source. If this is not something the authors of Prefect want, at the very least it should be stated upfront in the introductory documentation.

Describe the solution you'd like

A Helm chart I can use in on-premise Kubernetes cluster without any external connections. The helm chart should configure necessary permissions for a prefect container to initiate workflow steps.

Describe alternatives you've considered

Already using Argo, hoped to find a simpler solution for our needs.

Documentation, Adoption, Migration Strategy

No response

jamiezieziula commented 1 year ago

Hi @PetrGlad - are you looking to deploy prefect server on your own cluster? If so - the helm chart for that is here

PetrGlad commented 1 year ago

@jamiezieziula Thanks! Will try it out.