mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
13 lines
776 B
Plaintext
13 lines
776 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * storage/container_storage_interface/persistent-storage-csi-ebs.adoc
|
|
// * storage/container_storage_interface/persistent-storage-csi-manila.adoc
|
|
// * storage/container_storage_interface/persistent-storage-csi-aws-efs.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="csi-about_{context}"]
|
|
= About CSI
|
|
Storage vendors have traditionally provided storage drivers as part of Kubernetes. With the implementation of the Container Storage Interface (CSI), third-party providers can instead deliver storage plugins using a standard interface without ever having to change the core Kubernetes code.
|
|
|
|
CSI Operators give {product-title} users storage options, such as volume snapshots, that are not possible with in-tree volume plugins.
|