Technology · Ebook
CubeFS: Cloud-Native Distributed Storage
by Shriira Press
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
- 1Preface
- 2Chapter 1 — What CubeFS Is
- 3Chapter 2 — Distributed Storage Fundamentals
- 4Chapter 3 — Architecture
- 5Chapter 4 — Data Layout and Protection
- 6Chapter 5 — Access Interfaces: File, Object, and Block
- 7Chapter 6 — CubeFS and Kubernetes (CSI)
- 8Chapter 7 — Multi-Tenancy and Management
- 9Chapter 8 — Performance and Tuning
- 10Chapter 9 — Reliability and Durability
- 11Chapter 10 — Operating CubeFS and Putting It Together
