Back to Velero

Compatible Storage Providers

site/content/docs/v0.11.0/support-matrix.md

1.18.02.6 KB
Original Source

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

Backup Storage Providers

ProviderOwnerContact
AWS S3Velero TeamSlack, GitHub Issue
Azure Blob StorageVelero TeamSlack, GitHub Issue
Google Cloud StorageVelero TeamSlack, GitHub Issue

S3-Compatible Backup Storage Providers

Velero uses Amazon's Go SDK to connect to the 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 providers are not regularly tested by the Velero team.

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

Volume Snapshot Providers

ProviderOwnerContact
AWS EBSVelero TeamSlack, GitHub Issue
Azure Managed DisksVelero TeamSlack, GitHub Issue
Google Compute Engine DisksVelero TeamSlack, GitHub Issue
ResticVelero TeamSlack, GitHub Issue
PortworxPortworxSlack, GitHub Issue
DigitalOceanStackPointCloud

Adding a new plugin

To write a plugin for a new backup or volume storage system, take a look at the example repo.

After you publish your plugin, open a PR that adds your plugin to the appropriate list.