macOS
brew install vclusterlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für vcluster in AI-Agent-Workflows.
Installation
brew install vclusterlocal Homebrew formula metadata
nix profile install nixpkgs#vclusternixpkgs package indexes · pkgs/by-name/vc/vcluster/package.nix · Quelle: api.github.com
scoop install main/vclusterScoop official bucket manifest trees · bucket/vcluster.json · Quelle: api.github.com
winget install --id loft-sh.vcluster -eWindows Package Manager source index · loft-sh.vcluster · Quelle: cdn.winget.microsoft.com
Überblick
Creates fully functional virtual k8s cluster inside host k8s cluster's namespace
Verlauf
vcluster is Loft Labs' open-source tool for creating virtual, tenant-oriented Kubernetes clusters. Instead of giving every team a full physical or cloud cluster, vcluster runs an isolated Kubernetes control plane and syncs selected resources onto underlying infrastructure.
Loft Labs introduced vcluster as a response to Kubernetes multi-tenancy tradeoffs: namespace-only isolation can be too weak for teams that need their own CRDs and admin-like control, while one physical cluster per tenant is expensive and operationally heavy. A Loft-authored 2022 article describes virtual clusters as a model that combines the tenant experience of a dedicated cluster with the cost profile of shared infrastructure.
A May 12, 2022 Loft Labs announcement says vcluster was first launched in April 2021 and had grown to more than 3 million downloads and over 1,500 GitHub stars in less than a year. The same announcement positions vcluster as a lightweight cluster running inside namespaces of underlying Kubernetes clusters and notes CNCF conformance certification.
vcluster's adoption followed platform-engineering and cloud-native multi-tenancy needs: development environments, ephemeral CI/CD clusters, internal developer platforms, customer environments, and later GPU and AI infrastructure. The GitHub README now presents it as production Kubernetes and AI infrastructure for tenant clusters, with Kubernetes certification, more than 11,000 GitHub stars, and public customer references.
The project also expanded from the original shared-host-cluster model into multiple isolation profiles. The README and docs describe shared nodes, dedicated nodes, private nodes, Docker-based local clusters, and standalone operation, reflecting a shift from developer-platform convenience toward production tenant isolation.
A common workflow is to run `vcluster create my-vcluster --namespace team-x`, connect kubectl to the virtual cluster, and let users install workloads as if they had a normal Kubernetes cluster. The virtual cluster can expose its own API server, CRDs, RBAC, and namespace view while the host cluster schedules or hosts the underlying resources.
Configuration is commonly expressed in `vcluster.yaml`, where users choose sync behavior, node isolation, service exposure, private nodes, standalone mode, and integrations. The design-principles documentation emphasizes low overhead, few host-cluster API requests, flexible deployment by CLI/Helm/Terraform, no cluster-admin requirement for basic deployment, and single-namespace encapsulation.
vcluster is package-nerd significant because it gives a single CLI the feel of `kind` or `minikube` while targeting a harder production problem: many Kubernetes tenants sharing or virtualizing infrastructure without copying a full cluster for each one.
For package managers, it is also a moving cloud-native binary with a fast release train and a YAML-centered workflow. Installing `vcluster` gives developers a portable local and remote control-plane tool that composes with kubectl, Helm, Argo CD, Crossplane, Terraform, and Cluster API-style platform workflows.
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.
vcluster.yaml/etc/vcluster/vcluster.yaml/var/lib/vcluster/config.yamlExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
vcluster | 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/loft-sh/vcluster
Installationsmetadaten
| Paketschlüssel | brew:vcluster |
|---|---|
| Version | 0.36.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/vcluster |
| Homepage | https://www.vcluster.com |
| Repository | https://github.com/loft-sh/vcluster |
| Upstream-Dokumentation | https://www.vcluster.com/docs |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/loft-sh/vcluster/archive/refs/tags/v0.36.0.tar.gz |
| Zuletzt aktualisiert | 2026-07-20T12:46:52Z |
| Pulse | updated |
| Abhängigkeiten | helm, kubernetes-cli |
| 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 | vcluster |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
vcluster
nix profile install nixpkgs#vclustermain/vcluster
scoop install main/vclusterloft-sh.vcluster
winget install --id loft-sh.vcluster -eQuellspur
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.