mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Co-Authored-By: Steve Kriss <stephen.kriss@gmail.com> Signed-off-by: jonasrosland <jrosland@vmware.com>
21 lines
661 B
Markdown
21 lines
661 B
Markdown
---
|
|
layout: page
|
|
title: Plugins
|
|
description: Velero Plugins
|
|
id: plugins
|
|
---
|
|
|
|
Velero uses plugins to integrate with a variety of storage systems and Kubernetes platforms to support backup, restore and snapshot operations.
|
|
|
|
Read more about how to use and create plugins [in our docs][1], a detailed list of [supported providers][2], and check out our [plugin-example repo][3].
|
|
|
|
<div class="section section-background-{{ page.backgrounds.team }}">
|
|
<div class="section-content">
|
|
{% include plugins.html %}
|
|
</div>
|
|
</div>
|
|
|
|
[1]: https://velero.io/docs
|
|
[2]: https://velero.io/docs/supported-providers/
|
|
[3]: https://github.com/vmware-tanzu/velero-plugin-example
|