vCluster Standalone
vCluster Standalone is a different architecture model for vCluster where the control plane runs directly on your infrastructure with no dependency on an existing Control Plane Cluster. vCluster is deployed directly onto nodes like other Kubernetes distributions. vCluster Standalone can run on any type of node, whether that is a bare-metal node or VM. It provides the strictest tenant isolation as there is no shared Control Plane Cluster for the control plane or worker nodes.
When using vCluster Standalone, the control plane runs on its own independent node rather than as a pod on a shared cluster. Worker nodes must be private nodes.

Resource requirements​
vCluster Standalone can be deployed on bare metal, virtual machines, or containers. The minimal recommended resource requirements for vCluster Standalone are as follows:
- 0.2 vCPU
- 512 MiB of RAM
- 1 GiB of ephemeral storage
These are minimal requirements suitable for testing and development. Production deployments should be sized based on your specific workload, cluster size, and the number of tenant clusters you plan to run.
Installation overview​
vCluster Standalone requires its own node for the control plane. You can add additional nodes later as workers.
- Self-managed
- Platform-managed
| Step | Summary |
|---|---|
| 1. Install control plane node | Install the initial control plane node on your infrastructure. |
| 2. Join control plane nodes (optional) | Join additional control plane nodes for HA. |
| 3. Join worker nodes (optional) | Join worker nodes as private nodes. |
Self-managed Standalone clusters can later be connected to vCluster Platform. Once connected, configuration updates and version upgrades can be coordinated from the platform with rolling upgrades, while node management remains self-managed.
| Step | Summary |
|---|---|
| 1. Install control plane node | Use vCluster Platform to provision the initial control plane node. |
| 2. Add control plane nodes (optional) | Scale control plane nodes from the Platform UI. |
| 3. Add worker nodes (optional) | Add private worker nodes from the Platform UI. |