Edge Distribution
Deploy tenant workloads at distributed edge sites without managing a separate cluster at each one. Telecommunications providers, ISPs, and edge compute operators use this model to run low-latency services at POPs, exchange points, and remote facilities from a single central control plane.
Typical stack: Central Standalone (HA) as the Control Plane Cluster. Central vCluster Platform. Worker nodes at each edge site joined to the central control plane via VPN. Tenant control planes run centrally; pods schedule onto edge nodes.

What makes this path different: The compute is distributed but the control plane is not. Your ops team manages the full fleet from one place. Tenants get a standard Kubernetes experience regardless of which edge site their workload lands on.
Day 0: Design decisions​
| Decision | Read next | Outcome |
|---|---|---|
| Design the central-edge topology | Standalone deployment, VPN | Central Standalone hosts all tenant control planes. Edge sites contribute worker nodes over VPN. |
| Define edge site requirements | Node requirements | Document the OS, networking, and connectivity requirements for each edge site before joining nodes. |
| Plan node labeling and scheduling | Private Nodes | Label nodes by site, region, or tier so tenant workloads can be scheduled to the correct edge location. |
| Plan tenant isolation at edge | vNode docs | Decide whether edge workloads need runtime isolation, especially for multi-tenant edge sites. |
Day 1: Stand up the first edge site​
- Deploy vCluster Standalone centrally and move to HA.
- Install vCluster Platform and configure SSO and permissions.
- Establish VPN connectivity to the first edge site.
- Join edge site nodes to the central Control Plane Cluster. Apply site labels.
- Create a template that schedules tenant workloads to the correct edge site via node selectors or affinity rules.
- Provision a test tenant cluster. Validate that pods land on the intended edge nodes.
- Document the site onboarding playbook. Repeat steps 3-6 for each additional edge site.
Day 2: Operate​
| Operation | Read next |
|---|---|
| Monitor edge nodes and tenant workloads | Fleet monitoring |
| Add and remove edge sites | Site onboarding playbook (internal), VPN |
| Upgrade tenant clusters and Platform | Upgrade vCluster, upgrade Platform |
| Handle site connectivity failures | Platform HA, multi-region Platform |