CubeFS: Cloud-Native Distributed Storage cover

Technology · Ebook

CubeFS: Cloud-Native Distributed Storage

by Shriira Press

4.7(580)174 pagesPublished 2026

CubeFS is a cloud-native distributed storage system that pools the disks of many machines into one elastic, fault-tolerant store accessible as a file system, object storage, or block storage. This free book teaches it from the ground up: distributed-storage fundamentals and trade-offs, CubeFS's architecture (the master, metadata, and data subsystems), data layout with partitions and extents and protection via replication and erasure coding, the POSIX/S3/block access interfaces, Kubernetes integration through CSI including shared ReadWriteMany volumes, multi-tenancy with volumes and quotas, performance tuning across the metadata and data paths, reliability and durability through redundancy and automatic recovery, and operating a cluster in production. Ten focused chapters with clear diagrams that show how a fleet of disks becomes dependable, scalable, multi-protocol storage for modern workloads.

Contents

  1. 1Preface
  2. 2Chapter 1 — What CubeFS Is
  3. 3Chapter 2 — Distributed Storage Fundamentals
  4. 4Chapter 3 — Architecture
  5. 5Chapter 4 — Data Layout and Protection
  6. 6Chapter 5 — Access Interfaces: File, Object, and Block
  7. 7Chapter 6 — CubeFS and Kubernetes (CSI)
  8. 8Chapter 7 — Multi-Tenancy and Management
  9. 9Chapter 8 — Performance and Tuning
  10. 10Chapter 9 — Reliability and Durability
  11. 11Chapter 10 — Operating CubeFS and Putting It Together