Back to Velero

Providers

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

1.18.05.1 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.

Velero supported providers

ProviderObject StoreVolume SnapshotterPlugin Provider RepoSetup Instructions
Amazon Web Services (AWS)AWS S3AWS EBSVelero plugin for AWSAWS Plugin Setup
Google Cloud Platform (GCP)Google Cloud StorageGoogle Compute Engine DisksVelero plugin for GCPGCP Plugin Setup
Microsoft AzureAzure Blob StorageAzure Managed DisksVelero plugin for Microsoft AzureAzure Plugin Setup

Contact: #Velero Slack, GitHub Issues

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
Portworx🚫Portworx VolumePortworxSlack, GitHub Issue
VMware vSphere🚫vSphere VolumesVMware vSphereGitHub Issue

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.