-
Notifications
You must be signed in to change notification settings - Fork 100
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
Other storage backends? #179
Comments
@the-maldridge thanks for looking at zot. As long as remote storage can be locally mounted (eg., [1], [2], [3]), zot can be configured to serve from that mount point. Yes, we don't support ability to manage multiple mount points yet. About horizontal scaling, from our experience, the network becomes a bottleneck far quicker than CPU and memory and we are thinking about addressing clustering [4] with this in mind. [1] https://github.com/s3fs-fuse/s3fs-fuse |
Thanks for the speedy reply. I was most concerned with doing any mountpoints that don't support full POSIX abstraction based on the deduplication via hardlinks, which I don't think work quite right on some of the fuse drivers I use regularly. I'll keep an eye on #125. |
@the-maldridge pls take a look at: https://github.com/anuvu/zot/releases/tag/v1.2.0 |
I must admit its not super clear what I'm looking at. Can you post a bit more detail about what changed or where I can find more documentation? |
To summarize: "Serve multiple storage paths (and backends) using a single zot server" Perhaps best explained with an example config: Basically, with this release, it is now possible to store images in multiple mounts/backends each with their own GC and dedupe policies but serve them in a unified way. Hope this makes it clearer. |
Just to add: Your storage can now be one or more of these:
References: |
@the-maldridge would love to hear your feedback, if and when you are able to try this feature out. |
For sure, I've been busy this last week with the Freenode melt-down, but
I should have some time this week to take a look.
|
We are making some progress with PR #216. Planning to add support for other vendors as well. |
Right now it looks like Zot is a fantastic registry if I want to run it on a single machine. I'm particularly drawn to the LDAP support even though my preferred authentication only speaks LDAP by proxy. What I don't see is a way to run zot horizontally available. Is there no way to run Zot on top of a remote object store or similar option with nonlocal storage?
The text was updated successfully, but these errors were encountered: