Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

IBM Spectrum Scale Container Storage Interface driver - v0.9.0(beta)

Pre-release
Pre-release

Choose a tag to compare

@deeghuge deeghuge released this 26 Sep 05:15
· 3 commits to master since this release
34b92a7

IBM Spectrum Scale Container Storage Interface (CSI) driver
The IBM Spectrum Scale Container Storage Interface (CSI) driver allows IBM Spectrum Scale to be used as persistent storage for stateful application running in Kubernetes clusters. Through this CSI Driver, Kubernetes persistent volumes (PVs) can be provisioned from IBM Spectrum Scale. Thus, containers can be used with stateful microservices, such as database applications (MongoDB, PostgreSQL etc), web servers (nginx, apache), or any number of other containerized applications needing provisioned storage.

Supported Features of the CSI driver(v0.9.0)

  • Static provisioning: Ability to use existing directories as persistent volumes
  • Lightweight dynamic provisioning: Ability to create directory-based volumes dynamically
  • Fileset-based dynamic provisioning: Ability to create fileset-based volumes dynamically
  • Multiple file systems support: Volumes can be created across multiple file systems
  • Remote mount support: Volumes can be created on a remotely mounted file system

For details on support matrix, limitations, tested environment etc. refer README.