https://github.com/jd-opensource/jdcsp-csi
The JD-CSP(JD Cloud Storage Platform) CSI plugins implements the K8S CSI interface, support Block, File, Object.
https://github.com/jd-opensource/jdcsp-csi
Last synced: 3 months ago
JSON representation
The JD-CSP(JD Cloud Storage Platform) CSI plugins implements the K8S CSI interface, support Block, File, Object.
- Host: GitHub
- URL: https://github.com/jd-opensource/jdcsp-csi
- Owner: jd-opensource
- License: apache-2.0
- Created: 2023-11-06T09:49:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T04:02:19.000Z (over 2 years ago)
- Last Synced: 2025-05-21T22:08:57.852Z (11 months ago)
- Language: Dockerfile
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JD-CSP CSI drivers
## Overview
The JD-CSP(JD Cloud Storage Platform) CSI plugins support Block, File, Object.
## Block CSI plugin
CBS(Cloud Block Storage) is type of block storage, can only be used as ReadWriteOnce mode.
The [CBS CSI plugin](./cbs/README.md) implements the K8S CSI interface, supporting dynamic volume creation and mounting into workloads.
## File CSI plugin
UFS(Unified File Storage) is type of file storage, can be used as ReadWriteMany/ReadWriteOnce mode.
The [UFS CSI plugin](./ufs/README.md) implements the K8S CSI interface, supporting dynamic volume creation and mounting into workloads.
## Object CSI plugin