Files
velero/site/plugins.md
Jonas Rosland f1b1dc7c22 Update site/plugins.md
Co-Authored-By: Steve Kriss <stephen.kriss@gmail.com>
Signed-off-by: jonasrosland <jrosland@vmware.com>
2020-02-26 13:46:10 -05:00

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