macOS
brew install velerolocal Homebrew formula metadata
安装
brew install velerolocal Homebrew formula metadata
nix profile install nixpkgs#veleronixpkgs package indexes · pkgs/by-name/ve/velero/package.nix · 来源: api.github.com
sudo pacman -S veleroArch Linux sync databases · velero · 来源: geo.mirror.pkgbuild.com
sudo zypper install veleroopenSUSE Tumbleweed package metadata · velero · 来源: download.opensuse.org
choco install veleroChocolatey community package catalog · velero · 来源: community.chocolatey.org
scoop install main/veleroScoop official bucket manifest trees · bucket/velero.json · 来源: api.github.com
概览
Disaster recovery for Kubernetes resources and persistent volumes
历史
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.
安全态势
infrastructure mutation or orchestration signal.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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-velero可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
velero | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/velero-io/velero
安装元数据
| 软件包键 | brew:velero |
|---|---|
| 版本 | 1.18.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/velero |
| 主页 | https://velero.io/ |
| 仓库 | https://github.com/velero-io/velero |
| 上游文档 | https://velero.io/docs/v1.18 |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/velero-io/velero/archive/refs/tags/v1.18.2.tar.gz |
| 最后更新 | 2026-07-26T00:30:01+02:00 |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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/velero来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.