-
Notifications
You must be signed in to change notification settings - Fork 41
Description
IBM Spectrum Scale Container Storage Interface driver allows IBM Spectrum Scale to be used as a persistent storage for stateful application running in Kubernetes clusters. Through the IBM Spectrum Scale Container Storage Interface driver, Kubernetes persistent volumes (PVs) can be provisioned from IBM Spectrum Scale. Containers can essentially be used with stateful microservices.
The following features are available with IBM Spectrum Scale Container Storage Interface driver:
Static provisioning: Ability to use existing directories and filesets 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.
Operator support for easier deployment, upgrade, and cleanup.
Supported volume access modes: RWX (ReadWriteMany) and RWO (ReadWriteOnce)