WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
    • VMware Cloud Foundation 9.1
    • VMware Cloud Foundation 9.0
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple

MS-A2 VCF 9.0 Lab: Installing VMware Private AI Services (PAIS)

09.24.2025 by William Lam // Leave a Comment

Over the past couple of months, I have used my minimal VMware Cloud Foundation (VCF) 9.0 lab to explore nearly every major VCF 9.0 capability including NVMe Tiering, vSAN ESA, NSX VPC, vSphere Supervisor Services like vSphere Kubernetes Service (VKS), VM Service & ArgoCD, VCF Operations (VCFO), VCF Automation (VCFA), VMware AVI Load Balancer, Data Services Manager (DSM) and the list goes on and on! 😅

One area that I have been interested in diving deeper into is with our Private AI offerings and with the announcement of VMware Private AI Services (PAIS) now included as part of VMware Cloud Foundation (VCF), it gave me that additional motivation to see if I could also run PAIS in my lab!

As part of my exploration, I will be documenting my experience in a mini-blog series on installing and configuring PAIS to deploy an AI Agent using an NVIDIA GPU with DirectPath I/O. Since NVIDIA vGPU requires an NVIDIA AI for Enterprise (NVAIE) license, this approach can especially be useful for lab and learning purposes.

Requirements:

  • VCF 9.0 environment deployed
  • NSX VPC configured with Centralized Transit Gateway
  • vSphere Supervisor configured with NSX VPC
  • VCF Automation configured to support vSphere Supervisor with (All Apps) Tenant Portal

[Read more...]

Categories // Private AI Services, VMware Cloud Foundation Tags // VCF 9.0

Quick Tip - Custom JSON for Deploying VMware Cloud Foundation (VCF) with Custom TLS Certificates

09.23.2025 by William Lam // Leave a Comment

ESXi hosts deployed with a custom CA signed TLS certificate can be consumed by either VMware Cloud Foundation (VCF) 5.x Cloud Builder or 9.x VCF Installer using a custom JSON deployment manifest.

An additional securitySpec should be appended to your VCF JSON deployment manifest using the following format:

"securitySpec": {
  "esxiCertsMode": "Custom",
  "rootCaCerts": [
    {
      "alias": "custom-CA",
      "certChain": [
        "-----BEGIN CERTIFICATE-----\nMIIDqzC...\n...\n...==\n-----END CERTIFICATE-----"
      ]
    }
  ]
}

[Read more...]

Categories // Security, VMware Cloud Foundation Tags // VCF 9.0

Automating VCF 9.0 Operations License Registration & Import for Air-Gapped Environments

09.22.2025 by William Lam // 1 Comment

License management for both VMware vSphere Foundation (VVF) and VMware Cloud Foundation (VCF) 9.0 is now handled by VCF Operations, which supports keyless entitlement in both Connected and Disconnected modes.


While Connected mode in VCF Operations offers the simplest user experience for licensing, many customers may opt for the Disconnected mode for a number of reasons.

The two high level workflows for the Disconnected mode in VCF Operations consists of the following:

[Read more...]

Categories // Uncategorized

  • « Previous Page
  • 1
  • …
  • 33
  • 34
  • 35
  • 36
  • 37
  • …
  • 614
  • Next Page »

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • VCF 9.1 - Enabling High Availability for a Small VCF Management Services (VCFMS) Deployment 06/22/2026
  • Clarifying Minimum Required ESX Hosts for VCF Deployments 06/18/2026
  • VCF 9.1 - Auditing VCF Management Services (VCFMS) IP Pool Usage  06/17/2026
  • VCF 9.1 - Auditing vCenter Server Connections using the Connection Utilization API 06/15/2026
  • Quick Tip: Resolving OVFTool "Failed to Send File" Errors on macOS 06/13/2026
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2026

Loading Comments...