In 2.0, is there an equivalent to modulestorage wh...
# prefect-community
m
In 2.0, is there an equivalent to modulestorage which works for k8s and docker flow runners?
k
Not yet, did module storage work for you in Prefect 1 for k8s and docker?
m
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
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
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
Yeah that’s true. Let me ask what the plan around that is and see if we have a public roadmap
42 1
m
Thanks! 🙂
Hey Kevin did you get an update on this? For multi cloud this would be really nice
k
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
Sounds great, hope to see it soon!