Files
velero/site/docs/v0.11.0/support-matrix.md
T
Lee SpringerandSteve Kriss d995018a3e add velero.io site content, move docs to under site/docs (#1489)
* Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder

Signed-off-by: Lee Springer <lee@smalltalk.agency>

Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Restore main.go to original location

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Updates to footer

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Updates to homepage links

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Content updates

Signed-off-by: Lee Springer <lee@smalltalk.agency>
2019-05-17 10:56:03 -07:00

2.7 KiB

Compatible Storage Providers

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

Provider Owner Contact
AWS S3 Velero Team Slack, GitHub Issue
Azure Blob Storage Velero Team Slack, GitHub Issue
Google Cloud Storage Velero Team Slack, 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

Provider Owner Contact
AWS EBS Velero Team Slack, GitHub Issue
Azure Managed Disks Velero Team Slack, GitHub Issue
Google Compute Engine Disks Velero Team Slack, GitHub Issue
Restic Velero Team Slack, GitHub Issue
Portworx Portworx Slack, GitHub Issue
DigitalOcean StackPointCloud

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.