Image Overview: velero-plugin-for-aws

Overview: velero-plugin-for-aws Chainguard Image

Plugins to support Velero on AWS

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/velero-plugin-for-aws:latest

Usage

The Velero plugin for AWS documentation can be found on Velero’s official website. Velero have a guide on getting started with Velero plugin for AWS, which demonstrates how to the plugin to backup and restore your Kubernetes cluster resources to AWS S3.

To use the Chainguard Image version of the plugin, follow the Velero instructions and replace the velero/velero-plugin-for-aws image with cgr.dev/chainguard/velero-plugin-for-aws in the Velero’s install command.

$ velero install \
    --provider aws \
    --plugins cgr.dev/chainguard/velero-plugin-for-aws:latest \
   ...

Last updated: 2024-04-11 12:38