macOS
brew install velerolocal Homebrew formula metadata
brew
Disaster recovery for Kubernetes resources and persistent volumes. Version 1.18.2 via Homebrew; verified 2026-07-04.
install
brew install velerolocal Homebrew formula metadata
nix profile install nixpkgs#veleronixpkgs package indexes · pkgs/by-name/ve/velero/package.nix · source: api.github.com
sudo pacman -S veleroArch Linux sync databases · velero · source: geo.mirror.pkgbuild.com
sudo zypper install veleroopenSUSE Tumbleweed package metadata · velero · source: download.opensuse.org
choco install veleroChocolatey community package catalog · velero · source: community.chocolatey.org
scoop install main/veleroScoop official bucket manifest trees · bucket/velero.json · source: api.github.com
overview
Disaster recovery for Kubernetes resources and persistent volumes
history
Velero is a Kubernetes backup, restore, disaster-recovery, and migration system. It runs a server component in the cluster plus a local CLI, stores backup metadata in object storage, and integrates with volume snapshots or file-system backup tools for persistent volume data.
Velero began as Heptio Ark, an open-source project from Heptio for backing up Kubernetes objects and persistent volumes. The older Ark documentation described the same core use cases that still define Velero: disaster recovery, pre-operation snapshots, and selective restore by object type, namespace, or labels.
After VMware acquired Heptio, the project was renamed from Heptio Ark to Velero in the v0.11.0 release line in early 2019. The migration guide documents the operational renaming: the CLI moved from `ark` to `velero`, the default namespace and service account changed, CRDs moved to the `velero.io` API group, and image names changed.
Velero has continued as a Kubernetes-native data-protection project under VMware Tanzu and later Broadcom stewardship. In 2026 Broadcom moved the project toward vendor-neutral governance by donating it to the CNCF Sandbox, with CNCF and Broadcom coverage presenting the move as a way to widen community trust and collaboration.
Velero became one of the default open-source answers for cluster-level Kubernetes backup because it works at the Kubernetes API layer instead of treating etcd or a storage array as the only source of truth. That let platform teams back up resource definitions, restore namespaces, clone environments, and migrate workloads across clusters.
Its ecosystem grew around cloud-provider plugins, object stores, volume snapshot integrations, Restic/Kopia-style file-system backups, and operational guides from cloud vendors. AWS, Harbor, Tanzu, and many Kubernetes tutorials describe Velero as a standard tool for protecting cluster resources and persistent volumes.
The CNCF Sandbox move in 2026 is important historically because Kubernetes backup spans vendors, clouds, and storage systems. Neutral governance makes Velero more plausible as shared infrastructure rather than a VMware/Broadcom-adjacent utility.
Operators install the server into a Kubernetes cluster, configure backup storage and credentials, then use the `velero` CLI to create backups, schedules, restores, and plugin configuration. Common workflows include scheduled namespace backups, ad-hoc snapshots before upgrades, restoring deleted resources, cloning a production namespace into a development cluster, and seeding migrations.
Velero is strongest when users understand the boundary between Kubernetes resources and application data. It captures API resources directly, while persistent volumes depend on snapshot support, file-system backup, or data-mover integrations. That distinction is why serious Velero runbooks also document database-native backup choices and restore testing.
For package users, `velero` is the CLI half of a larger cluster service, but it is the interface people reach for during stressful incidents. Its command surface is part backup tool, part migration tool, and part Kubernetes recovery console.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/velero/config.jsonCredential-bearing paths to review before unattended agent runs.
./credentials-veleroexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
velero | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/velero-io/velero
install metadata
| Package key | brew:velero |
|---|---|
| Version | 1.18.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/velero |
| Homepage | https://velero.io/ |
| Repository | https://github.com/velero-io/velero |
| Upstream docs | https://velero.io/docs/v1.18 |
| License | Apache-2.0 |
| Source archive | https://github.com/velero-io/velero/archive/refs/tags/v1.18.2.tar.gz |
| Last updated | 2026-07-04T16:53:46+09:00 |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | velero |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
velero
nix profile install nixpkgs#velerovelero 1.18.1-1
Backup and migrate Kubernetes applications and their persistent volumes
sudo pacman -S velerovelero 1.18.1-1.1
Backup program with deduplication and encryption
sudo zypper install velerovelero-bash-completion 1.18.1-1.1
Bash Completion for velero
sudo zypper install velero-bash-completionvelero-fish-completion 1.18.1-1.1
Fish Completion for velero
sudo zypper install velero-fish-completionvelero-zsh-completion 1.18.1-1.1
Zsh Completion for velero
sudo zypper install velero-zsh-completionvelero
choco install veleromain/velero
scoop install main/velerosource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.