velero/examples
Carlisia 69e2f51fbe
Merge pull request #801 from ljakimczuk/master
Claim ownership of new AWS volumes by Kubernetes cluster restoring the backup
2018-09-10 14:03:06 -07:00
..
aws Adding support for the AWS_CLUSTER_NAME env variable allowing to claim volumes ownership 2018-09-10 22:34:33 +02:00
azure set azure restic env vars based on default backup location's config 2018-09-05 14:31:42 -06:00
common Add BackupStorageLocation API type 2018-08-28 13:14:51 -07:00
gcp Update examples and docs for backup locations 2018-08-28 13:19:21 -07:00
ibm Update examples and docs for backup locations 2018-08-28 13:19:21 -07:00
minio Switch Config CRD elements to server flags 2018-08-16 08:51:46 -07:00
nginx-app Update hooks/fsfreeze example 2018-08-27 09:58:24 -04:00
README.md Add IBM Cloud Object Storage as Ark's backup destination 2018-03-06 17:46:26 +02:00

README.md

Examples

The YAML config files in this directory can be used to quickly deploy a containerized Ark deployment.

  • common/: Contains manifests to set up Ark. Can be used across cloud provider platforms. (Note that Azure requires its own deployment file due to its unique way of loading credentials).

  • minio/: Used in the Quickstart to set up Minio, a local S3-compatible object storage service. It provides a convenient way to test Ark without tying you to a specific cloud provider.

  • aws/, azure/, gcp/, ibm/: Contains manifests specific to the given cloud provider's setup.