cube icon indicating copy to clipboard operation
cube copied to clipboard

Does Cube Core support Azure Blob Storage?

Open danfaro opened this issue 1 year ago • 4 comments

https://cube.dev/docs/product/caching/running-in-production#persistent-storage

AWS S3, Google Cloud Storage, and Azure Blob Storage (Cube Cloud only) are the only known implementations that provide strong consistency.

I'm considering deploying Cube Core on Azure App Services and attach Azure Blob Storage as the volumes needed for the various services. The documentation wording seems to imply this is not possible and is only available for Cube Cloud.

Could this be clarified?

danfaro avatar May 21 '24 21:05 danfaro

Hi @danfaro 👋 You're reading the docs correctly. Only in Cube Cloud, Cube Store works with Azure Blob Storage. In Cube Core, it doesn't.

igorlukanin avatar May 23 '24 10:05 igorlukanin

Hi @igorlukanin, could you clarify why this is the case. Is it a configuration issue with Cube Core's Cube Store workers, or does Azure Blob Storage lack some features?

Do you suggest any alternatives if I need to stay with Azure?

danfaro avatar May 23 '24 16:05 danfaro

I'm also interested in the possibility of using Azure Blob Storage.

fabricebaranski avatar Jun 07 '24 11:06 fabricebaranski

@danfaro Alternative is to use community-supported Minio implementation over Azure buckets: https://cube.dev/docs/reference/configuration/environment-variables#cubestore_minio_access_key_id. If you're looking for official Azure Blob Storage support, please consider using Cube Cloud.

paveltiunov avatar Jun 08 '24 01:06 paveltiunov