Automic VaultAutomic Vault

brew

使用 Homebrew, chocolatey, Nix, pacman, zypper, scoop 安装 velero

查看 velero 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install velero

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#velero

nixpkgs package indexes · pkgs/by-name/ve/velero/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S velero

Arch Linux sync databases · velero · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install velero

openSUSE Tumbleweed package metadata · velero · 来源: download.opensuse.org

Windows

Chocolatey已验证 · 92%
choco install velero

Chocolatey community package catalog · velero · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/velero

Scoop official bucket manifest trees · bucket/velero.json · 来源: api.github.com

概览

软件包摘要

Disaster recovery for Kubernetes resources and persistent volumes

命令和别名

  • velero

历史

项目历史与用法

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.

时间线

  • 2018: Heptio Ark documentation describes Kubernetes object and persistent-volume backup and restore.
  • December 2018: VMware acquires Heptio, bringing Ark into the VMware cloud-native portfolio.
  • 2019: Ark is renamed Velero in the v0.11.0 release line.
  • 2020s: Velero becomes a common open-source option for Kubernetes backup, migration, and disaster recovery across cloud and on-prem environments.
  • 2026: Broadcom donates Velero to the CNCF Sandbox, shifting the project toward vendor-neutral governance.

Related projects

  • Velero sits next to cloud snapshot APIs, CSI VolumeSnapshot, Restic, Kopia, Kasten, Portworx backup products, Trilio, Stash, and storage-native backup systems. Its distinguishing role is Kubernetes API-aware recovery rather than only block-storage replication.

来源

安全态势

风险级别:orange

infrastructure mutation or orchestration signal.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • infrastructure mutation or orchestration signal

信号

  • text:kubernetes

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.config/velero/config.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
./credentials-velero

可执行文件

已安装的可执行文件

命令类型暴露范围备注
velerocli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-26
管理器版本1.18.2
管理器更新时间2026-07-26
本地数据OK
上游当前
检测到的最新版本v1.18.2

https://github.com/velero-io/velero

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键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
Pulseupdated
构建依赖go
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namevelero
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

velero

nix profile install nixpkgs#velero
  • normalized package name match
  • 匹配方式:Velero
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ve/velero/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

velero 1.18.1-1

Backup and migrate Kubernetes applications and their persistent volumes

https://velero.io

sudo pacman -S velero
  • License: Apache-2.0
  • Architecture: x86_64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Velero
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: velero from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

velero 1.18.1-1.1

Backup program with deduplication and encryption

https://velero.io

sudo zypper install velero
  • License: Apache-2.0
  • Category: Productivity/Archiving/Backup
  • Architecture: x86_64
  • Source Package: velero
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Velero
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: velero from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

velero-bash-completion 1.18.1-1.1

Bash Completion for velero

https://velero.io

sudo zypper install velero-bash-completion
  • License: Apache-2.0
  • Category: Productivity/Archiving/Backup
  • Architecture: noarch
  • Source Package: velero
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Velero
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: velero-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

velero-fish-completion 1.18.1-1.1

Fish Completion for velero

https://velero.io

sudo zypper install velero-fish-completion
  • License: Apache-2.0
  • Category: Productivity/Archiving/Backup
  • Architecture: noarch
  • Source Package: velero
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Velero
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: velero-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

velero-zsh-completion 1.18.1-1.1

Zsh Completion for velero

https://velero.io

sudo zypper install velero-zsh-completion
  • License: Apache-2.0
  • Category: Productivity/Archiving/Backup
  • Architecture: noarch
  • Source Package: velero
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Velero
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: velero-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Chocolatey95%

velero

choco install velero
  • normalized package name match
  • 匹配方式:Velero
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: velero from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='9.8224','qfinderpro'
Scoop95%

main/velero

scoop install main/velero
  • normalized package name match
  • 匹配方式:Velero
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/velero.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment