macOS
brew install velerolocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für velero in AI-Agent-Workflows.
Installation
brew install velerolocal Homebrew formula metadata
nix profile install nixpkgs#veleronixpkgs package indexes · pkgs/by-name/ve/velero/package.nix · Quelle: api.github.com
sudo pacman -S veleroArch Linux sync databases · velero · Quelle: geo.mirror.pkgbuild.com
sudo zypper install veleroopenSUSE Tumbleweed package metadata · velero · Quelle: download.opensuse.org
choco install veleroChocolatey community package catalog · velero · Quelle: community.chocolatey.org
scoop install main/veleroScoop official bucket manifest trees · bucket/velero.json · Quelle: api.github.com
Überblick
Disaster recovery for Kubernetes resources and persistent volumes
Verlauf
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.
Sicherheitslage
infrastructure mutation or orchestration signal.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
velero | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/velero-io/velero
Installationsmetadaten
| Paketschlüssel | brew:velero |
|---|---|
| Version | 1.18.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/velero |
| Homepage | https://velero.io/ |
| Repository | https://github.com/velero-io/velero |
| Upstream-Dokumentation | https://velero.io/docs/v1.18 |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/velero-io/velero/archive/refs/tags/v1.18.2.tar.gz |
| Zuletzt aktualisiert | 2026-07-26T00:30:01+02:00 |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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/veleroQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.