In cloud 2.0 whats the best strategy to install a k8s flowrunner dependency - do I patch a command in to pip install?
✅ 1
a
Anna Geller
06/30/2022, 11:31 AM
currently,
KubernetesFlowRunner
is still available within the main package, so no need to install it separately but afaik in the future it will be in a separate package which you would install using:
I meant dependencies (requirements) for the flow - e.g clickhouse-driver etc
redsquare
06/30/2022, 11:41 AM
In v1 there is
EXTRA_PIP_PACKAGES
redsquare
06/30/2022, 11:42 AM
or are docker images from prefect base the preferred route
👍 1
a
Anna Geller
06/30/2022, 11:56 AM
yup, 100% - since Kubernetes runs pods and within pods containers, packaging code dependencies into a Docker image is the most straightforward and recommended way
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.