Go to file
KubeKween 1b3c444720
Merge pull request #1190 from nrb/document-velero-migration
Instructions for migrating from Ark to Velero
2019-02-20 12:26:41 -08:00
.github/ISSUE_TEMPLATE Use current info in bug template 2019-02-05 16:11:56 -05:00
changelogs Merge pull request #1200 from nrb/fix-1183 2019-02-12 13:48:42 -07:00
cmd Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
docs Merge pull request #1190 from nrb/document-velero-migration 2019-02-20 12:26:41 -08:00
examples Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
hack Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
pkg Merge pull request #1204 from skriss/deprecation-notices 2019-02-12 16:02:47 -05:00
third_party/kubernetes/pkg/kubectl/cmd Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
vendor update vendoring 2018-12-04 10:23:49 -05:00
.gitignore Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
.goreleaser.yml Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
.travis.yml Bring Go current in Travis 2018-11-21 08:31:14 -05:00
CHANGELOG.md Move changelog entries to their own files 2018-12-05 11:00:11 -05: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.alpine Fix infinite sleep in fsfreeze container 2018-09-21 11:41:01 -04:00
Dockerfile-velero-restic-restore-helper.alpine Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
Dockerfile-velero.alpine upgrade to restic v0.9.4 and replace --hostname with --host 2019-02-05 10:15:04 -07:00
Gopkg.lock update vendoring 2018-12-04 10:23:49 -05:00
Gopkg.toml Pin cobra version 2018-08-28 16:56:00 -04:00
LICENSE Initial commit 2017-08-02 13:27:17 -04:00
Makefile Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
README.md Move Velero image to docs/img 2019-02-05 10:48:16 -05:00
SUPPORT.md Update support link to the google group 2019-02-14 13:19:22 -05:00

README.md

Velero

Build Status

Heptio Ark is now Velero!

We're working on our first Velero release and instructions for migrating your Ark deployments to Velero. Stay tuned!

Overview

Velero 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.

More information

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

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.