Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - add S3 storage support for images #13

Open
echel0n opened this issue Nov 24, 2020 · 3 comments
Open

Feature request - add S3 storage support for images #13

echel0n opened this issue Nov 24, 2020 · 3 comments

Comments

@echel0n
Copy link

echel0n commented Nov 24, 2020

It would be really awesome if there was support for Amazon or Minio S3 storage support, is this something that can be done ?

Thanks!

@jdel
Copy link
Owner

jdel commented Nov 26, 2020

With the current model reading packages from disk it will not be a very efficient backend storage but it's not impossible.

@echel0n
Copy link
Author

echel0n commented Jan 1, 2021

Building the spk packages using GIT CI/CD scripts it made sense to deploy the packages then to S3 storage, however, since I run gosspks in a Kubernetes cluster I've had to create a init container that then copies the images back from S3 and into the file system, this has created longer startup times and since the file system itself is memory-based it also consumes more resources than needed.

As you can see if you are able to support S3 storage then this would eliminate that last step altogether and make things more cloud-friendly.

Just thought I'd share more as to why something like this would benefit others as well.

@septs
Copy link

septs commented Mar 9, 2021

If can supports AWS S3 + AWS Serverless, i think can reduce ops cost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants