⎈ k8s knowledge compiler

FlexVolume [glossary]deterministic

FlexVolume is a deprecated interface for creating out-of-tree volume plugins. The {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}} is a newer interface that addresses several problems with FlexVolume.

storage

FlexVolume is a deprecated interface for creating out-of-tree volume plugins. The [Container Storage Interface](#gloss:csi) is a newer interface that addresses several problems with FlexVolume.

FlexVolumes enable users to write their own drivers and add support for their volumes in Kubernetes. FlexVolume driver binaries and dependencies must be installed on host machines. This requires root access. The Storage SIG suggests implementing a [CSI](#gloss:csi) driver if possible since it addresses the limitations with FlexVolumes.

* [FlexVolume in the Kubernetes documentation](/docs/concepts/storage/volumes/#flexvolume) * [More information on FlexVolumes](https://github.com/kubernetes/community/blob/main/contributors/devel/sig-storage/flexvolume.md) * [Volume Plugin FAQ for Storage Vendors](https://github.com/kubernetes/community/blob/main/sig-storage/volume-plugin-faq.md)

Sources

reference/glossary/flexvolume.md · docFlexVolume is a deprecated interface for creating out-of-tree volume plugins. The {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}} is a newer interface that addresses several problems with FlexVolume.

Related (1)

prerequisite_of CustomResourceDefinitionai-suggested prerequisite conf=0.7

← all Docs