▲ | muhehe 5 days ago | ||||||||||||||||
This looks nice. What would be good on-prem S3 companion for this? I know if minio but I think there was some recent drama about it (I don't know specifics, just a feeling) | |||||||||||||||||
▲ | redblueflame 5 days ago | parent | next [-] | ||||||||||||||||
If you want to have replication built in, you can give https://garagehq.deuxfleurs.fr/ a try | |||||||||||||||||
| |||||||||||||||||
▲ | Jedd 5 days ago | parent | prev | next [-] | ||||||||||||||||
Do you actually need S3-alike? I run distribution [0] / registry [1] as a docker (via Nomad) job, and it just uses a shared nfs mount in my cluster - ie. EXT4 FS underneath. Currently has 12GB and 52 repositories, and is very performant. It's just a file server. Unless your size requirements are huge, the complexity of having your registry rely on a self-hosted S3-alike sounds like a lot of pain for future-muhehe to contend with if / when the S3-alike hiccups. | |||||||||||||||||
| |||||||||||||||||
▲ | phireal 5 days ago | parent | prev | next [-] | ||||||||||||||||
Minio used to be de facto here, but they did a bait and switch recently and removed the UI from the free version. Garage is probably closest to best in class for open source on prem. | |||||||||||||||||
| |||||||||||||||||
▲ | arccy 5 days ago | parent | prev | next [-] | ||||||||||||||||
https://github.com/seaweedfs/seaweedfs much simpler than minio | |||||||||||||||||
| |||||||||||||||||
▲ | ticklyjunk 4 days ago | parent | prev | next [-] | ||||||||||||||||
We are using deepspace storage for this. We can get/put objects into the cloud as one of our target volumes. It works as an auto archive writing anything in the fs that is over 90 to a compressed object and leaving behind a stub. You can point Harbor (or other tools like Mimir/Loki ) to a DeepSpace endpoint which looks like a standard S3 target. Then add policies and the files get moved, replicated, versioned to tape, cloud, disk array in the background. The users just interact with the file system as usual and admins have a UI with a catalog which shows where everything actually is. | |||||||||||||||||
▲ | stephenlf 5 days ago | parent | prev [-] | ||||||||||||||||
The article mentions Pure Flashblade. Looks like dedicated hardware. https://www.purestorage.com/products/unstructured-data-stora... | |||||||||||||||||
|