Analysis updated 2026-08-15 · repo last pushed 2026-02-26
Back up persistent storage volumes for apps running on vSphere-based Kubernetes clusters
Restore application data after accidental deletion or infrastructure failure
Recover crash-consistent snapshots of vSphere block volumes into S3 storage
Protect data on Tanzu Kubernetes Grid Service clusters running on vSphere
| palnabarun/velero-plugin-for-vsphere | 000madz000/rfid-attendance | 00kaku/gallery-slider-block | |
|---|---|---|---|
| Language | — | TypeScript | JavaScript |
| Last pushed | 2026-02-26 | 2024-07-22 | 2021-05-19 |
| Maintenance | Maintained | Dormant | Dormant |
| Setup difficulty | hard | easy | easy |
| Complexity | 4/5 | 2/5 | 2/5 |
| Audience | ops devops | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires VMware vSphere infrastructure, a running Kubernetes cluster, Velero installed, and S3-compatible object storage configured.
The Velero Plugin for vSphere gives teams a way to back up and restore the storage volumes behind their applications running on Kubernetes clusters built on VMware vSphere. In plain terms, if you are running containerized apps on a vSphere-based Kubernetes setup and something goes wrong, this tool helps you recover your persistent data so you can get things running again. Velero is a popular open-source backup tool for Kubernetes. It handles backing up the configuration and metadata of your applications, but it relies on plugins to handle the actual storage volumes. This project fills that gap for vSphere environments. It takes crash-consistent snapshots of vSphere block volumes and then moves that snapshot data into S3-compatible object storage for safekeeping. When it is time to restore, the process simply reverses to bring the data back. This project is specifically for teams using VMware's vSphere infrastructure to run Kubernetes, whether that is a standard Kubernetes setup, vSphere with Tanzu, or Tanzu Kubernetes Grid Service. For example, an operations team managing a Kubernetes cluster on top of a vSphere environment would use this to protect their application data, ensuring they can recover from accidental deletions or infrastructure failures. It is worth noting that for certain vSphere with Tanzu networking setups, specifically those using native vSphere networking rather than NSX-T, the plugin does not currently work. There are a few notable limitations to be aware of. The README points out that a component called the Data Mover, which handles uploading and downloading the backup data, is only functionally tested. It is not designed to work at scale, does not promise any specific performance, and is not recommended for backing up business-critical applications in a production environment. This suggests the project may still be maturing for large-scale enterprise use.
A backup and restore plugin for Velero that handles VMware vSphere storage volumes in Kubernetes clusters, taking snapshots of persistent data and saving them to S3-compatible storage for recovery.
Maintained — commit in last 6 months (last push 2026-02-26).
The license for this project is not specified in the provided documentation.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.