Go to file
Steve Kriss 20f89fbcef use the default backup storage location for restic
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-08-28 13:19:21 -07:00
.github/ISSUE_TEMPLATE add an ark bug command 2018-08-24 13:10:56 -04:00
cmd
docs add create and get CLI commands for backup locations 2018-08-28 13:19:19 -07:00
examples Add BackupStorageLocation API type 2018-08-28 13:14:51 -07:00
hack add an ark bug command 2018-08-24 13:10:56 -04:00
pkg use the default backup storage location for restic 2018-08-28 13:19:21 -07:00
third_party/kubernetes/pkg/kubectl/cmd
vendor
.gitignore
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile-ark-restic-restore-helper.alpine
Dockerfile-ark.alpine
Gopkg.lock
Gopkg.toml
LICENSE
Makefile
README.md
ROADMAP.md
SUPPORT.md

README.md

Heptio Ark

Maintainers: Heptio

Build Status

Overview

Ark gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes. Ark lets you:

  • Take backups of your cluster and restore in case of loss.
  • Copy cluster resources across cloud providers. NOTE: Cloud volume migrations are not yet supported.
  • Replicate your production environment for development and testing environments.

Ark consists of:

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

More information

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

Troubleshooting

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

Contributing

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

Feedback and discussion is 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.