VergeOS supports three deployment architectures from the same software installation. Choosing the right one depends on node count, growth pattern, and workload specialization requirements. This page walks through each model, provides a decision framework, and covers two common real-world scenarios: edge deployments and cloud service provider (CSP) multi-tenant environments.
In an HCI deployment every node contributes both compute and storage. The two controller nodes carry Tier 0 (vSAN metadata) plus Tier 1 (workload) storage and run VMs. Scale-out nodes add Tier 1 storage and compute capacity to the same cluster.
This hybrid model extends an HCI foundation with a second cluster of compute-only nodes. The HCI cluster (Cluster 1) provides all storage via its controller and optional scale-out nodes. The compute cluster (Cluster 2) runs VM workloads without contributing any disks.
Always includes Nodes 1 & 2 with Tier 0 storage (controllers). - Can
include additional HCI scale-out nodes for more storage and compute. - A
cluster-level toggle controls whether this cluster also runs VM workloads. -
All storage tiers exist in this cluster.
Cluster 2 -- Compute Only
Pure compute — maximum CPU and RAM available for VMs. - Scales
independently based on compute demand. - Supports flexible,
workload-optimized hardware (GPU nodes, high-memory nodes). - Storage I/O
from compute nodes traverses the core fabric to Cluster 1.
UCI completely separates controllers, storage, and compute into dedicated clusters. Each resource tier is independently scalable and uses hardware optimized for its role.
Edge clusters are compact, 2-node VergeOS deployments designed for remote or branch office locations. They use low-power, small form factor hardware and are directly connected (no switches required for the core fabric).
VergeOS supports three edge management scenarios of increasing sophistication:
Standalone with central management — 2-node clusters at each site, managed centrally via the Sites dashboard. Catalog Repositories distribute VM recipes from the management cluster to all edge sites.
Centralized backup and DR — Same as above, plus a UCI cluster at the primary data center provides Site Sync replication, ioGuardian repair servers, and centralized snapshot storage for all branch offices.
Multi-tier with archive — Adds a secondary archive cluster at a DR site for long-term retention using high-capacity HDDs, providing a complete 3-2-1 backup strategy.
Cloud Service Providers leverage VergeOS multi-tenancy to deliver IaaS from shared infrastructure. Each tenant operates as an isolated Virtual Data Center (VDC) with its own UI, networks, storage, and access controls.
The deployment architecture you choose influences your network design. VergeOS supports several network topologies, covered in detail in Module 4: Networking. Here is a brief overview to inform your architecture decision:
Model
NICs per Node
Core Fabric
External Network
Best For
L2 Static + Dedicated Core
4
2 dedicated L2
Bonded L2 (LACP)
Production environments, VMware migrations
L3 Dynamic + Dedicated Core
4
2 dedicated L2
BGP / OSPF / EIGRP advertised
Large-scale, advanced segmentation
L3 Static + Dedicated Core
4
2 dedicated L2
Bonded L3 (static routes)
Large-scale, Layer 3 switching
L2 Static (2 NICs)
2
2 shared (VLAN tagged)
Shared with core (VLAN tagged)
Edge, PoC, small deployments
Key requirements across all models:
Core fabric networks must be on dedicated Layer 2 segments (isolated from each other).
Jumbo frames (MTU 9216+) on all core fabric switch ports.
Zero switch hops between nodes on core fabric — all nodes must connect to the same switching fabric.