mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
12 lines
743 B
Plaintext
12 lines
743 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-ovirt.adoc
|
|
|
|
[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 plug-ins 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 plug-ins.
|