Skip to main content

Overview

csi-driver-ipfs is a Kubernetes CSI driver that persists volume data in IPFS and exposes it through standard PVC/PV workflows.

Purpose

This project exists to provide a CSI-compatible storage integration for IPFS workloads with:

  • dynamic provisioning through Kubernetes StorageClass,
  • volume expansion support,
  • snapshot and restore support,
  • Helm-based installation and reproducible E2E validation.

Documentation map

Getting Started

Administration Guides

Internals

References

Development