1.3 Private Cloud Use Cases, Service Models & Workload Strategy

Key Takeaways

  • VMware Cloud Foundation 9.0 executes a unified dual-workload strategy, hosting traditional monolithic virtual machines and modern containerized applications concurrently on identical underlying infrastructure.
  • vSphere Supervisor integrates Kubernetes natively into the ESXi hypervisor, allowing developers to consume infrastructure declaratively via Kubernetes APIs while IT maintains enterprise governance.
  • Private AI Foundation on VCF accelerates enterprise artificial intelligence and machine learning by virtualizing NVIDIA GPUs with Multi-Instance GPU (MIG) partitioning while preserving strict data privacy and sovereignty.
  • Regulated industries (healthcare, banking, public sector) utilize VCF sovereign cloud capabilities to enforce strict data locality, audit compliance, and zero-trust segmentation against external surveillance or leak risks.
  • VCF delivers three distinct cloud service consumption tiers: Infrastructure as a Service (IaaS) for compute/storage/network primitives, Container as a Service (CaaS) for Kubernetes clusters, and Platform as a Service (PaaS) for developer runtimes.
Last updated: September 2026

1.3 Private Cloud Use Cases, Service Models & Workload Strategy

Executive Overview: Modern enterprise IT infrastructure cannot afford to be a single-purpose silo. Enterprise organizations must maintain robust, high-performance environments for mission-critical monolithic applications (such as relational databases, ERP systems, and legacy operating systems) while simultaneously accelerating containerized microservices and generative AI innovation. VMware Cloud Foundation 9.0 resolves this challenge through a converged workload strategy, enabling enterprises to run Virtual Machines, Tanzu Kubernetes clusters, and Private AI workloads on a single, sovereign software-defined foundation.


Enterprise Workload Modernization: The Dual-Workload Strategy

Historically, enterprise IT divided application modernization into two opposing camps: either keep legacy virtual machines on-premises or refactor applications entirely into cloud-native microservices hosted on public cloud Kubernetes platforms. This artificial dichotomy resulted in high operational costs, duplicate infrastructure footprints, and fragmented operational teams.

The Convergence of VMs and Containers

VCF 9.0 delivers a dual-workload platform where traditional virtual machines and modern containerized microservices operate side-by-side on the exact same physical ESXi hosts, backed by the same vSAN storage pools, and secured by the same NSX distributed networking policies.

┌────────────────────────────────────────────────────────────────────────┐
│                     CONVERGED WORKLOAD LAYER                           │
│  Traditional Enterprise VMs  │  Cloud-Native Containers │  Private AI  │
│  (Oracle, SAP, MS SQL, .NET) │  (Microservices, TKG)    │  (LLMs, RAG) │
├────────────────────────────────────────────────────────────────────────┤
│                 vSPHERE SUPERVISOR & TANZU PLATFORM                    │
│  (Native Kubernetes Control Plane, VM Service, Supervisor Services)    │
├────────────────────────────────────────────────────────────────────────┤
│                 UNIFIED SOFTWARE-DEFINED FOUNDATION                    │
│        vSphere 9.0 Compute  │  vSAN 9.0 ESA Storage  │  NSX 9.0 Network│
└────────────────────────────────────────────────────────────────────────┘

vSphere Supervisor and Native Kubernetes Integration

The cornerstone of this convergence is the vSphere Supervisor. By integrating Kubernetes directly into the ESXi control plane, vSphere Supervisor transforms ESXi from a simple VM hypervisor into a distributed, container-aware operating system:

  • Supervisor Namespaces: Administrators create logical boundaries called Namespaces that map directly to business teams or projects. Resource quotas (CPU, memory, storage capacity) and access permissions are applied at the Namespace level.
  • Tanzu Kubernetes Grid (TKG) Clusters: Developers consume Kubernetes declaratively. Using standard kubectl CLI commands or CI/CD pipelines, developers can provision dedicated, upstream-compliant Tanzu Kubernetes clusters on demand without filing infrastructure tickets.
  • vSphere VM Service: The VM Service bridges the gap between Kubernetes and virtual machines. Developers can define and provision traditional virtual machines using declarative Kubernetes YAML manifests (kubectl apply -f vm-spec.yaml), treating VMs as native Kubernetes objects alongside container pods.

Private AI and Accelerated Computing Infrastructure

The emergence of Generative Artificial Intelligence (GenAI), Large Language Models (LLMs), and Retrieval-Augmented Generation (RAG) has created intense demand for high-performance GPU compute. However, enterprise organizations face severe barriers when considering public cloud AI services:

  • Data Leakage and Privacy Violations: Uploading proprietary source code, internal customer financial records, or confidential patient clinical histories to public multi-tenant AI endpoints violates enterprise privacy policies and exposes data to model training leaks.
  • Prohibitive Cloud GPU Costs: Renting dedicated high-end cloud GPU instances 24/7 incurs immense, unpredictable operating expenses, amplified by massive network egress charges when ingesting enterprise training data.

VMware Private AI Foundation on VCF

VMware Private AI Foundation on VCF delivers an on-premises architectural framework for training, fine-tuning, and serving AI models securely within the enterprise perimeter:

  • GPU Virtualization and Partitioning (NVIDIA vGPU): Instead of dedicating an entire physical GPU (such as an NVIDIA H100 or L40S) to a single developer, VCF virtualizes the accelerator. Multiple virtual machines or containers can share a physical GPU with hardware-enforced isolation.
  • NVIDIA Multi-Instance GPU (MIG): For mission-critical inference and training workloads requiring strict performance guarantees, physical GPUs can be partitioned into up to seven independent hardware instances. Each MIG instance possesses dedicated High-Bandwidth Memory (HBM), compute cores, and memory buses, guaranteeing zero cross-workload interference.
  • Dynamic DirectPath I/O vs. vGPU: While Dynamic DirectPath I/O assigns an entire physical PCIe GPU directly to a single VM for raw performance, it disables key hypervisor mobility features. In contrast, NVIDIA vGPU with vSphere preserves core enterprise availability features, including vSphere vMotion (live-migrating running GPU-accelerated VMs between hosts during maintenance) and vSphere Distributed Resource Scheduler (DRS) for automated GPU load balancing.
  • Integrated Vector Databases and RAG: Private AI on VCF integrates with open-source vector databases (such as pgvector) and local language models, allowing organizations to query proprietary enterprise knowledge bases in real time without a single byte leaving the private cloud.

Regulatory Compliance and Data Sovereignty

In heavily regulated industries, infrastructure decisions are governed by legal compliance frameworks rather than developer preference. VCF provides the technical controls necessary to satisfy stringent sovereign mandates.

Key Industry Verticals and Compliance Frameworks

  1. Healthcare (HIPAA / HITECH):
    • Requirement: Safeguard electronic Protected Health Information (ePHI) against unauthorized access and maintain strict audit trails.
    • VCF Enforcement: NSX Distributed Firewalling isolates radiology Picture Archiving and Communication Systems (PACS) and Electronic Health Record (EHR) databases into zero-trust micro-segments. vSAN native Data-at-Rest Encryption (DRE) ensures that stolen or retired physical drives cannot be read.
  2. Financial Services (PCI-DSS, SEC Rule 17a-4, Basel III):
    • Requirement: Protect cardholder data environments (CDE), enforce tamper-proof transaction logging, and guarantee continuous business continuity.
    • VCF Enforcement: Tier-1 gateway firewalls isolate payment processing zones. VCF Operations continuously audits infrastructure configurations against DISA STIG and CIS security benchmarks, automatically alerting administrators if an unauthorized configuration change occurs.
  3. Public Sector and Sovereign Cloud Initiatives (FedRAMP, DISA STIG, EU GDPR):
    • Requirement: Maintain operational sovereignty, ensuring that government intelligence, citizen records, and critical national infrastructure data remain strictly within defined geographical and legal jurisdictions.
    • VCF Enforcement: VCF allows organizations to construct completely air-gapped private clouds with zero outbound internet dependencies. All lifecycle updates, security definitions, and management operations are executed using local, offline repositories.

Cloud Service Delivery Models: IaaS vs. CaaS vs. PaaS

A mature private cloud offers multiple consumption tiers tailored to different organizational roles:

┌────────────────────────────────────────────────────────────────────────┐
│                     SERVICE DELIVERY TIERS                             │
├───────────────────┬────────────────────────────┬───────────────────────┤
│   IaaS (Infra)    │       CaaS (Container)     │      PaaS (Platform)  │
│ • Virtual Machines│ • Tanzu Kubernetes Grid    │ • Database-as-a-Serv. │
│ • Logical Networks│ • K8s Cluster API          │ • Message Queues      │
│ • vSAN Block/File │ • Automated Node Scaling   │ • CI/CD Pipelines     │
│ Consumer: SysAdmin│ Consumer: Platform Eng.    │ Consumer: Developer   │
└───────────────────┴────────────────────────────┴───────────────────────┘
  1. Infrastructure as a Service (IaaS):
    • Delivers raw virtualized compute (VMs), storage (vSAN policies), and networking (NSX segments).
    • Primary Consumers: Traditional system administrators, enterprise database administrators, and legacy application teams.
    • VCF Tooling: VCF Automation Cloud Assembly blueprints, Terraform VMware Provider, and vCenter REST APIs.
  2. Container as a Service (CaaS):
    • Delivers automated, self-healing, enterprise-grade Kubernetes clusters.
    • Primary Consumers: DevOps engineers, site reliability engineers (SREs), and modern application developers.
    • VCF Tooling: vSphere Supervisor, Tanzu Platform, Cluster API (CAPI), and integrated NSX container networking.
  3. Platform as a Service (PaaS):
    • Delivers curated application development runtimes, middleware, and managed data services (Database-as-a-Service, caching tiers).
    • Primary Consumers: Software developers focused purely on application code without wanting to manage Kubernetes YAML manifests or VM operating systems.
    • VCF Tooling: Tanzu Application Platform, Tanzu Data Services (automated PostgreSQL, Redis, RabbitMQ provisioning via catalog items).

Workload Placement Decision Matrix

When designing a modern private cloud, architects must evaluate workload placement systematically:

Workload TypeRepresentative WorkloadsRecommended Service ModelKey VCF 9.0 Architectural EnablersPrimary Operational Driver
Core Enterprise Transactional SystemsOracle RAC, SAP HANA, Microsoft SQL ServerIaaS (High-Performance Virtual Machines)vSAN ESA NVMe single-tier architecture, vSphere NUMA-aware scheduling, vSphere Fault Tolerance / HAExtreme throughput, predictable sub-millisecond storage latency, deterministic failover
Cloud-Native MicroservicesSpring Boot apps, Node.js web tiers, distributed APIsCaaS (Tanzu Kubernetes Grid)vSphere Supervisor, NSX Antrea/VPC container networking, automated pod horizontal autoscalingRapid developer iteration, automated CI/CD deployment, immutable container infrastructure
Enterprise Generative AI & MLLLM fine-tuning, RAG pipelines, internal CopilotsIaaS / CaaS with Accelerated ComputingNVIDIA vGPU, Multi-Instance GPU (MIG), DRS GPU-aware placement, local vector DBsTotal intellectual property protection, zero data leakage, high accelerator utilization
Highly Regulated Sovereign DataHealthcare patient records (ePHI), payment processing (CDE)IaaS / CaaS within Sovereign Cloud DomainNSX Distributed Firewall micro-segmentation, vSAN Data-at-Rest Encryption, offline air-gapped lifecycleLegal compliance, auditable regulatory boundaries, zero external cloud exposure

Exam Watch: Key Scenarios and Candidate Traps

[!IMPORTANT] The "Containers Require Bare Metal or Separate Clusters" Myth: A classic VCP-VCF exam scenario presents an organization planning to adopt Kubernetes for modern applications while running hundreds of legacy virtual machines. The prompt asks whether the organization must purchase separate physical server clusters to run Kubernetes. The correct answer is NO. With VMware Cloud Foundation and vSphere Supervisor, containers and virtual machines run natively on the same physical ESXi clusters, sharing identical vSAN storage pools and NSX networks, managed through a unified control plane.

[!TIP] Dynamic DirectPath I/O vs. NVIDIA vGPU with vMotion: When an exam question requires maximum hardware utilization, sharing of expensive GPU hardware across multiple teams, or live migration of GPU workloads during host maintenance, select NVIDIA vGPU. If an exam question specifically demands raw unshared PCIe pass-through where hypervisor virtualization overhead must be strictly zero and vMotion mobility is not required, select Dynamic DirectPath I/O.

Loading diagram...
Converged Enterprise Workload Architecture on VMware Cloud Foundation 9.0
Test Your Knowledge

How does NVIDIA Multi-Instance GPU (MIG) technology with vSphere improve resource utilization for enterprise AI/ML workloads on VCF?

A
B
C
D
Test Your Knowledge

An enterprise software engineering team needs to provision upstream-compliant Kubernetes clusters dynamically using declarative YAML manifests, while the IT operations team maintains centralized governance over compute, storage, and networking policies. Which VCF capability satisfies this requirement?

A
B
C
D
Test Your Knowledge

An architect is evaluating workload placement for an enterprise transaction-processing database requiring deterministic sub-millisecond storage latency, strict NUMA node alignment, and predictable operational costs. Which service model and platform configuration is most appropriate?

A
B
C
D
Test Your Knowledge

A healthcare organization must host an AI inference application that processes sensitive patient electronic health records (ePHI). Why does deploying this workload on VMware Private AI Foundation on VCF provide superior compliance compared to a public multi-tenant cloud service?

A
B
C
D