// Analysis for decision-makers // VCF vs Proxmox 9.2

VCF vs Proxmox 9.2
what's missing and how to cover it

VMware Cloud Foundation (VCF) is a full SDDC stack: vSphere, vSAN, NSX, the Aria suite and SDDC Manager in one. Proxmox VE 9.2 has closed many old gaps — DRS → Dynamic Load Balancer, SAN snapshots, HA rules, SDN Fabrics — but a few things still work differently or need another approach. No marketing: what you actually lose and how to recreate it in Proxmox.

// Table of Contents
  1. SDDC stack vs modular Proxmox
  2. The hard gap: zero-downtime FT
  3. Networking and micro-segmentation without NSX
  4. Operations and automation with open source
  5. SDDC Manager and ISV certifications
  6. When VCF, and when Proxmox 9.2
// 01 · What VCF is made of

SDDC stack vs modular Proxmox

VCF bundles several products into one managed package. Proxmox provides equivalent functions, but as a modular, open set of building blocks. Layer mapping:

LayerVMware VCFProxmox VE 9.2
Compute / hypervisorvSphere (ESXi)KVM + LXC
HCI storagevSANCeph (built-in)
Network & securityNSXSDN (EVPN/VXLAN) + firewall
Operations / automationAria SuitePrometheus/Grafana + Ansible/Terraform
Full-stack lifecycleSDDC Managerapt + pve8to9 + Ansible
Backuppaid add-onProxmox Backup Server
ℹ️

Green = a built-in, mature equivalent; amber = achievable, but assembled from separate tools. Below are the details of those amber rows and what is genuinely missing.

// 02 · Fault Tolerance

The hard gap: zero-downtime FT

This is the most commonly cited real gap. VMware Fault Tolerance (FT) keeps a lockstep "mirror" of a VM on a second host — on host failure the VM keeps running with zero downtime and no state loss. Proxmox has no FT equivalent; it has HA, i.e. automatic restart of the VM on another node (downtime measured in seconds–minutes).

How to cover it in Proxmox:

⚠️

To be fair: even in VMware, FT has significant limits (vCPU cap, performance overhead, no snapshots) and is rarely used in practice — application-level redundancy is usually both cheaper and more resilient.

// 03 · NSX

Networking and micro-segmentation without NSX

NSX is an advanced networking platform: a distributed firewall (micro-segmentation at the VM NIC), L7 rules, NAT/VPN/Load Balancer gateways, multi-site federation. Proxmox covers the foundation — EVPN/VXLAN (overlay, multi-tenant networks) plus a built-in firewall (nftables, per-VM rules and groups) — but has no out-of-the-box distributed L7 firewall or service gateways.

How to cover it in Proxmox:

// 04 · Aria

Operations and automation with open source

The Aria suite (vROps, vRA, Log Insight, Network Insight) provides monitoring, capacity planning, self-service and log analytics in one. Proxmox has no single such package — you assemble it from mature, open tools:

ℹ️

The upside of modularity: you don't pay for features you don't use and you aren't locked into one ecosystem — at the cost of assembling a few components (which we handle during deployment).

// 05 · Lifecycle and ecosystem

SDDC Manager and ISV certifications

// 06 · Recommendation

When VCF, and when Proxmox 9.2

With 9.2, most historical "pro-VMware" arguments are gone (DRS, SAN snapshots, HA rules, SDN). A few specific cases remain:

💡

The best first step is an audit: it usually turns out that of the whole VCF you actually use vSphere + vSAN, while NSX/Aria/FT touch only a few systems — which are easy to handle differently in Proxmox.

We'll check which VCF features you actually use

We'll audit your environment, identify the VCF features you genuinely rely on, and design their equivalent in Proxmox VE 9.2 — with savings and no vendor lock-in.

⚡ Free consultation → VMware vs Proxmox: TCO analysis