Back to Velero

Providers

site/content/docs/v1.9/supported-providers.md

1.18.08.3 KB
Original Source

Velero supports a variety of storage providers for different backup and snapshot operations. Velero has a plugin system which allows anyone to add compatibility for additional backup and volume storage platforms without modifying the Velero codebase.

Provider plugins maintained by the Velero maintainers

{{< table caption="Velero supported providers" >}}

ProviderObject StoreVolume SnapshotterPlugin Provider RepoSetup InstructionsParameters
Amazon Web Services (AWS)AWS S3AWS EBSVelero plugin for AWSAWS Plugin SetupBackupStorageLocation
VolumeSnapshotLocation
Google Cloud Platform (GCP)Google Cloud StorageGoogle Compute Engine DisksVelero plugin for GCPGCP Plugin SetupBackupStorageLocation
VolumeSnapshotLocation
Microsoft AzureAzure Blob StorageAzure Managed DisksVelero plugin for Microsoft AzureAzure Plugin SetupBackupStorageLocation
VolumeSnapshotLocation
VMware vSphere🚫vSphere VolumesVMware vSpherevSphere Plugin Setup🚫
Container Storage Interface (CSI)🚫CSI VolumesVelero plugin for CSICSI Plugin Setup🚫
{{< /table >}}

Contact: #Velero Slack, GitHub Issues

Provider plugins maintained by the Velero community

{{< table caption="Community supported providers" >}}

ProviderObject StoreVolume SnapshotterPlugin DocumentationContact
AlibabaCloudAlibaba Cloud OSSAlibaba CloudAlibabaCloudGitHub Issue
DigitalOceanDigitalOcean Object StorageDigitalOcean Volumes Block StorageStackPointCloud
Hewlett Packard🚫HPE StorageHewlett PackardSlack, GitHub Issue
OpenEBS🚫OpenEBS CStor VolumeOpenEBSSlack, GitHub Issue
OpenStackSwiftCinderOpenStackGitHub Issue
Portworx🚫Portworx VolumePortworxSlack, GitHub Issue
StorjStorj Object Storage🚫StorjGitHub Issue
{{< /table >}}

S3-Compatible object store providers

Velero's AWS Object Store plugin uses Amazon's Go SDK to connect to the AWS S3 API. Some third-party storage providers also support the S3 API, and users have reported the following providers work with Velero:

Note that these storage providers are not regularly tested by the Velero team.

Some storage providers, like Quobyte, may need a different signature algorithm version.

Non-supported volume snapshots

In the case you want to take volume snapshots but didn't find a plugin for your provider, Velero has support for snapshotting using restic. Please see the restic integration documentation.