Imágenes OCI como volúmenes en Kubernetes: Una nueva era para la gestión de datos
Recientemente se ha incorporado un nuevo tipo de volumen al ecosistema de Kubernetes: el volumen image. Esta funcionalidad, disponible a
What is CubeFS? CubeFS is a cloud-native storage product, being one of the "Incubator" grade projects of the CNCF ( Cloud Native Computing Foundation ). It supports several data access protocols, such as S3, POSIX, and HDFS, and supports two storage engines : multi-replica and erasure code . It provides
CubeFS is a cloud-native storage product, being one of the "Incubator" grade projects of the CNCF ( Cloud Native Computing Foundation ). It supports several data access protocols, such as S3, POSIX, and HDFS, and supports two storage engines : multi-replica and erasure code . It provides users with multiple functions such as multi-tenancy, multi-AZ deployment, and cross-region replication, and is widely used in scenarios such as big data, AI, container platforms, databases, middleware storage and computing separation, data sharing and data protection.

Supports various access protocols such as S3, POSIX and HDFS, and access between protocols is interoperable.
By supporting two engines: multi-replica and erasure coding, users can flexibly choose according to their business scenarios.
Support multi-tenant management and provide detailed tenant isolation policies.
You can easily build distributed storage services with PB or EB level scale, and each module can be scaled horizontally.
CubeFS supports multi-level caching to optimize access to small files and supports multiple high-performance replication protocols.
Based on the CSI (Container Storage Interface ) standard, CubeFS is easily integrated and deployed in Kubernetes.
As a cloud-native distributed storage platform, CubeFS provides multiple access protocols, so you can use it in different situations, let's list:
Compatible with the HDFS protocol, CubeFS provides a unified storage foundation for the Hadoop ecosystem (such as Spark and Hive), providing unlimited storage space and high-bandwidth data storage capabilities for computing engines.
As a distributed parallel file system, CubeFS supports AI training, model storage and distribution, I/O acceleration, and other requirements.
The container cluster can store the configuration files or initialization load data of container images in CubeFS, and read them in real time when batch loading containers. Multiple PODs can share persistent data through CubeFS, and rapid failover can be performed in case of POD failure.
Provides high-concurrency, low-latency cloud disk services for database applications such as MySQL, ElasticSearch, and ClickHouse, achieving complete separation between storage and compute.
Provides high-reliability, low-cost object storage services for online businesses (such as advertising, clickstreams, and searches) or end-user graphic, text, audio, and video content.
It replaces traditional local storage and offline NAS and facilitates cloud adoption strategies.
https://cubefs.io/docs/master/overview/introduction.html
Recientemente se ha incorporado un nuevo tipo de volumen al ecosistema de Kubernetes: el volumen image. Esta funcionalidad, disponible a
TL;DR Tired of your Kubernetes volumes disappearing like your last vacation? 😩Longhorn 1.6 is here to save your