You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: