https://prefect.io logo
Title
m

Malthe Karbo

05/09/2022, 2:09 PM
In 2.0, is there an equivalent to modulestorage which works for k8s and docker flow runners?
k

Kevin Kho

05/09/2022, 2:12 PM
Not yet, did module storage work for you in Prefect 1 for k8s and docker?
m

Malthe Karbo

05/09/2022, 2:13 PM
Yes, we made sure our docker images had all libaries installed into path. This simplified deployment and cicd a lot for us as we use a monorepo
k

Kevin Kho

05/09/2022, 2:16 PM
I think I’m missing something, but you could still install everything in the Docker image right? Though I guess none of the storage types are ideal
m

Malthe Karbo

05/09/2022, 2:17 PM
docker and k8s flow runner require external storage in orion
e.g., s3
We install everything into the docker image - but we still have to supply external storage for flow runner when using k8s or docker flow runner
k

Kevin Kho

05/09/2022, 2:18 PM
Yeah that’s true. Let me ask what the plan around that is and see if we have a public roadmap
:42: 1
m

Malthe Karbo

05/09/2022, 2:19 PM
Thanks! 🙂
Hey Kevin did you get an update on this? For multi cloud this would be really nice
k

Kevin Kho

05/10/2022, 5:41 PM
So i did ask this and the answer is really just fairly soon (no hard timeline because this is coupled with a bunch of other work related to storage reworks). There might also be changes around specifically making this easier for users so you don’t have to make that module.
m

Malthe Karbo

05/10/2022, 5:49 PM
Sounds great, hope to see it soon!