Go to file
Vijay Bellur 662a36df90 Update mailing list in SUPPORT.md
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
2019-04-23 20:45:56 -07:00
.github/ISSUE_TEMPLATE ark->velero in issue templates & bug cmd 2019-02-11 12:43:51 -07:00
changelogs Merge pull request #1353 from fabito/gauge-for-number-of-backups-and-restores 2019-04-19 12:52:55 -04:00
cmd update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
docs remove deprecated hooks (replaced by pre hooks) (#1384) 2019-04-19 08:40:35 -07:00
examples Add config parameter for gcp to customize the snapshot location 2019-04-17 18:34:09 +02:00
hack Merge pull request #1365 from skriss/update-base-images 2019-04-15 16:24:17 -04:00
pkg Merge pull request #1385 from nrb/deploy-tags 2019-04-19 12:37:28 -06:00
third_party/kubernetes/pkg/kubectl/cmd update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
vendor Update vendored google API 2019-04-17 18:33:56 +02:00
.gitignore Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
.goreleaser.yml wrap contents of release tarball in directory 2019-04-16 14:27:49 -06:00
.travis.yml switch to debian:stretch-slim base images and go 1.12.x 2019-04-15 10:07:23 -06:00
CHANGELOG.md add v0.11.0 changelog 2019-02-27 12:40:42 -08:00
CODE_OF_CONDUCT.md Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
CONTRIBUTING.md Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
Dockerfile-fsfreeze-pause switch to debian:stretch-slim base images and go 1.12.x 2019-04-15 10:07:23 -06:00
Dockerfile-velero switch to debian:stretch-slim base images and go 1.12.x 2019-04-15 10:07:23 -06:00
Dockerfile-velero-restic-restore-helper switch to debian:stretch-slim base images and go 1.12.x 2019-04-15 10:07:23 -06:00
Gopkg.lock Update vendored google API 2019-04-17 18:33:56 +02:00
Gopkg.toml Update vendored google API 2019-04-17 18:33:56 +02:00
LICENSE Initial commit 2017-08-02 13:27:17 -04:00
Makefile switch to debian:stretch-slim base images and go 1.12.x 2019-04-15 10:07:23 -06:00
README.md Fix readme links 2019-02-28 12:33:15 -08:00
SUPPORT.md Update mailing list in SUPPORT.md 2019-04-23 20:45:56 -07:00

README.md

100

Build Status

Overview

Velero (formerly Heptio Ark) gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes. Velero lets you:

  • Take backups of your cluster and restore in case of loss.
  • Copy cluster resources to other clusters.
  • Replicate your production environment for development and testing environments.

Velero consists of:

  • A server that runs on your cluster
  • A command-line client that runs locally

You can run Velero in clusters on a cloud provider or on-premises. For detailed information, see Compatible Storage Providers.

Installation

We strongly recommend that you use an official release of Velero. The tarballs for each release contain the command-line client and version-specific sample YAML files for deploying Velero to your cluster. Follow the instructions under the Install section of our documentation to get started.

The code and sample YAML files in the master branch of the Velero repository are under active development and are not guaranteed to be stable. Use them at your own risk!

More information

The documentation provides a getting started guide, plus information about building from source, architecture, extending Velero, and more.

Please use the version selector at the top of the site to ensure you are using the appropriate documentation for your version of Velero.

Troubleshooting

If you encounter issues, review the troubleshooting docs, file an issue, or talk to us on the #velero channel on the Kubernetes Slack server.

Contributing

Thanks for taking the time to join our community and start contributing!

Feedback and discussion are available on the mailing list.

Before you start

Pull requests

  • We welcome pull requests. Feel free to dig through the issues and jump in.

Changelog

See the list of releases to find out about feature changes.