An open API service indexing awesome lists of open source software.

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.

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