Container Storage Interface
List official
Kubernetes CSI Developer Documentation
The following are a set of CSI driver which can be used with Kubernetes: NOTE: If you would like your driver to be added to this table, please open a pull request in this repo updating this file. Other Features is allowed to be filled in Raw Block, Snapshot, Expansion, Cloning and Topology.
https://kubernetes-csi.github.io/docs/drivers.html
GCP
컨테이너 스토리지 인터페이스 드라이버 설치 | Anthos GKE On-Prem | Google Cloud
이 페이지에서는 GKE On-Prem 클러스터에 컨테이너 스토리지 인터페이스(CSI) 스토리지 드라이버를 설치하는 방법을 설명합니다. CSI 는 Kubernetes가 컨테이너화된 워크로드에 임의의 스토리지 시스템을 노출할 수 있게 해주는 개방형 표준 API입니다. GKE On-Prem 클러스터에 CSI 호환 스토리지 드라이버를 배포하면 vSphere 스토리지를 거치지 않고도 클러스터를 호환 스토리지 기기에 직접 연결할 수 있습니다.
https://cloud.google.com/anthos/clusters/docs/on-prem/1.3/how-to/install-csi-driver?hl=ko
Documents
Kubernetes CSI Developer Documentation
This site documents how to develop, deploy, and test a Container Storage Interface (CSI) driver on Kubernetes. The Container Storage Interface (CSI) is a standard for exposing arbitrary block and file storage systems to containerized workloads on Container Orchestration Systems (COs) like Kubernetes.
https://kubernetes-csi.github.io/docs/#kubernetes-container-storage-interface-csi-documentation
Spec
spec/spec.md at master · container-storage-interface/spec
Authors: The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" are to be interpreted as described in RFC 2119 (Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997).
https://github.com/container-storage-interface/spec/blob/master/spec.md

Seonglae Cho