https://github.com/kubernetes-sigs/vsphere-csi-driver
vSphere storage Container Storage Interface (CSI) plugin
https://github.com/kubernetes-sigs/vsphere-csi-driver
csi k8s-sig-cloud-provider vsphere
Last synced: about 2 months ago
JSON representation
vSphere storage Container Storage Interface (CSI) plugin
- Host: GitHub
- URL: https://github.com/kubernetes-sigs/vsphere-csi-driver
- Owner: kubernetes-sigs
- License: apache-2.0
- Created: 2019-04-17T17:37:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T22:12:27.000Z (2 months ago)
- Last Synced: 2025-07-30T22:15:58.731Z (2 months ago)
- Topics: csi, k8s-sig-cloud-provider, vsphere
- Language: Go
- Homepage: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/3-0/getting-started-with-vmware-vsphere-container-storage-plug-in-3-0.html
- Size: 18.4 MB
- Stars: 323
- Watchers: 21
- Forks: 197
- Open Issues: 86
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-1.0.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
# Container Storage Interface (CSI) driver for vSphere
The vSphere CSI Driver is a Kubernetes plugin that allows persistent storage for containerized workloads running on vSphere infrastructure. It enables dynamic provisioning of storage volumes and provides features like snapshots, cloning, and dynamic expansion of volumes. The vSphere CSI Driver replaces the [in-tree vSphere volume plugin]( https://kubernetes.io/docs/concepts/storage/volumes/#vspherevolume) and offers integration with vSphere with better scale and performance.
This driver is in a stable `GA` state and is suitable for production use.
It is recommended to install an out-of-tree Cloud Provider Interface like [vSphere Cloud Provider Interface](https://github.com/kubernetes/cloud-provider-vsphere) in the Kubernetes cluster to keep the Kubernetes cluster fully operational.
## Documentation
Documentation for vSphere CSI Driver is available here:
* [vSphere CSI Driver Concepts](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/3-0/getting-started-with-vmware-vsphere-container-storage-plug-in-3-0/vsphere-container-storage-plug-in-concepts.html)
* [vSphere CSI Driver Features](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/3-0/getting-started-with-vmware-vsphere-container-storage-plug-in-3-0/vsphere-container-storage-plug-in-concepts/vsphere-functionality-supported-by-vsphere-container-storage-plug-in.html)
* [vSphere CSI Driver Deployment Guide](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/3-0/getting-started-with-vmware-vsphere-container-storage-plug-in-3-0/vsphere-container-storage-plug-in-deployment.html)
* [vSphere CSI Driver User Guide](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/3-0/getting-started-with-vmware-vsphere-container-storage-plug-in-3-0/using-vsphere-container-storage-plug-in.html)## vSphere CSI Driver Releases
* [Release 3.3](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/3-0/release-notes/vmware-vsphere-container-storage-plugin-30-release-notes.html#GUID-0dda29e0-50c2-42c1-885a-5c5758ee91ab-en_id-af77b3cd-47a8-468d-9d39-be353b90022f)
* v3.3.1 images```text
registry.k8s.io/csi-vsphere/driver:v3.3.1
``````text
registry.k8s.io/csi-vsphere/syncer:v3.3.1
```* v3.3.0 images
```text
registry.k8s.io/csi-vsphere/driver:v3.3.0
``````text
registry.k8s.io/csi-vsphere/syncer:v3.3.0
```* [Release 3.2](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/3-0/release-notes/vmware-vsphere-container-storage-plugin-30-release-notes.html#GUID-0dda29e0-50c2-42c1-885a-5c5758ee91ab-en_id-0d835538-6ab6-423e-8a7b-c521b3fd1458)
* v3.2.0 images
```text
registry.k8s.io/csi-vsphere/driver:v3.2.0
``````text
registry.k8s.io/csi-vsphere/syncer:v3.2.0
```* [Release 3.1](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/3-0/release-notes/vmware-vsphere-container-storage-plugin-30-release-notes.html#GUID-0dda29e0-50c2-42c1-885a-5c5758ee91ab-en_id-8c9a81c3-e1c0-49ab-a34c-15326ab546b2)
* v3.1.2 images```text
registry.k8s.io/csi-vsphere/driver:v3.1.2
``````text
registry.k8s.io/csi-vsphere/syncer:v3.1.2
```* [Release 3.0](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/3-0/release-notes/vmware-vsphere-container-storage-plugin-30-release-notes.html#GUID-0dda29e0-50c2-42c1-885a-5c5758ee91ab-en_id-e109e279-1fd8-4026-a9ec-b733c1d24b4d)
* [Release 2.7](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/2-0/release-notes/vmware-vsphere-container-storage-plugin-27-release-notes.html)
* [Release 2.6](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/2-0/release-notes/vmware-vsphere-container-storage-plugin-26-release-notes.html)
* [Release 2.5](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/container-storage-plugin/2-0/release-notes/vmware-vsphere-container-storage-plugin-25-release-notes.html)## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
## Contact
* [Slack](https://kubernetes.slack.com/messages/provider-vsphere)