Documentation

On-Premises Environments

You can run Velero in an on-premises cluster in different ways depending on your requirements.

Selecting an object storage provider

You must select an object storage backend that Velero can use to store backup data. Supported providers contains information on various options that are supported or have been reported to work by users.

If you do not already have an object storage system, MinIO is an open-source S3-compatible object storage system that can be installed on-premises and is compatible with Velero. The details of configuring it for production usage are out of scope for Velero’s documentation, but an evaluation install guide using MinIO is provided for convenience.

(Optional) Selecting volume snapshot providers

If you need to back up persistent volume data, you must select a volume backup solution. Supported providers contains information on the supported options.

For example, if you use Portworx for persistent storage, you can install their Velero plugin to get native Portworx snapshots as part of your Velero backups.

If there is no native snapshot plugin available for your storage platform, you can use Velero’s restic integration, which provides a platform-agnostic file-level backup solution for volume data.

Getting Started

To help you get started, see the documentation.