![]() |
VOOZH | about |
We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.
Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.
Follow TNS on your favorite social media networks.
Become a TNS follower on LinkedIn.
Check out the latest featured and trending stories while you wait for your first TNS newsletter.
What’s a Kubernetes-based distributed system without a proper file system, one that cleanly separates the computer from the storage layer?
Now the Cloud Native Computing Foundation has a highly-scalable open source cloud native distributed file and object storage system for its Kubernetes stack, CubeFS (“储宝” in Chinese).
Chinese e-commerce and services giant JD.com launched CubeFS in 2017, originally as ChubaoFS, to support stateful applications that require separation in compute and storage. It has since found a home in over 200 production environments, many of which are large Chinese e-commerce operations.
Chinese consumer giant OPPO uses CubeFS for AI, big data and storage-computing separation. “CubeFS offers rich capabilities for various scenarios and interfaces, demonstrating good stability and continuous iteration, resulting in an excellent user experience,” wrote CubeFS engineer Jade Wang (王红岩), in a statement.
Chinese gaming company NetEase also relies on the technology. “The project’s stability and clear scope and roadmap have built trust with NetEase, making it a reliable component for its cloud native infrastructure needs,” wrote NetEase’s ZCola (张锐), in a statement.
Overall, the file system collectively stores more than 350PBs of data across a wide array of commerce applications, cloud storage and online media streaming.
On Tuesday, CubeFS graduated from the CNCF evaluation process, in which an open source technology must demonstrate its stability, maturity and adoption in multiple cloud native environments.
Entering the CNCF program in 2019, CubeFS swiftly moved through the sandbox and incubation stages. To graduate, the project completed a security audit, including the creation of a threat model for risk and entry points. Reviews were also completed for possible vulnerabilities in the code, and the supply chain was inspected as well.
CNCF has helped the project immensely. Since joining, CubeFS has garnered many new contributors, from 27 individuals across five companies to 379 contributors across 42 companies.
CubeFS is a multi-purpose tool for unstructured data storage, with particular emphasis on big data, AI/LLMs, container platforms and other architectures that separate the compute layer from the storage layer.
It can be accessed through multiple protocols, such as Amazon Web Servces’ S3 object storage interface, the HDFS favored by big data, and the POSIX semantics spoken by all servers today. It offers strong consistency, full isolation and multi-tenancy support, as well as, in the words of CNCF, a highly scalable metadata service.
Going forward, the project plans to add support for tiered storage and distributed cache acceleration. For issue tracking, the project plans to implement call chain tracing.
👁 A diagram of showing how CubeFS interacts with other storage components.