kraken
kraken copied to clipboard
Can kraken be used for distributing large blobs of any type?
Kraken supports the ability to distribute docker images and it supports docker interface.
I'm wondering if the Kraken infrastructure can be used to distribute just about anything (a random blob stored on some supported backend).
I've had someone ask me that they want to distribute large files to hundreds of hosts across the world.
Yes. However there is one requirement - blobs need to be content-addressable (name = SHA256 hash of content). Otherwise, the user would need to create a custom origin backend and a custom tracker backend that can do this translation.