velero/examples
Steve Kriss 25d3597c9a add a /scratch emptyDir to ark pods to use for restic cache
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-06-20 11:48:09 -07:00
..
aws add a /scratch emptyDir to ark pods to use for restic cache 2018-06-20 11:48:09 -07:00
azure add a /scratch emptyDir to ark pods to use for restic cache 2018-06-20 11:48:09 -07:00
common add ResticRepository CRD and move repo-level actions to a controller 2018-06-20 09:21:43 -07:00
gcp add a /scratch emptyDir to ark pods to use for restic cache 2018-06-20 11:48:09 -07:00
ibm add a /scratch emptyDir to ark pods to use for restic cache 2018-06-20 11:48:09 -07:00
minio add a /scratch emptyDir to ark pods to use for restic cache 2018-06-20 11:48:09 -07:00
nginx-app make language and casing consistent across copyrights 2018-01-02 10:51:49 -08: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.