Site icon Digital Thought Disruption

VCF 9.0 GA Mental Model Part 6: Topology and Identity Boundaries for Single Site, Dual Site, and Multi-Region

TL;DR

Architecture Diagram

Table of Contents

Scope and terminology guardrails

You will move faster as an organization if you treat these as non-negotiable guardrails:

For topology conversations, you also need consistent physical vocabulary:

Assumptions

Decision criteria

Use these criteria to keep topology and identity debates grounded in operational outcomes:

Challenge

You need a topology and identity posture that:

Solutions

Solution A: Single site

When it fits

What it looks like operationally

Failure posture

Day-2 characteristics

Solution B: Two sites in one region

When it fits

What it looks like operationally

Failure posture

Day-2 characteristics

Solution C: Multi-region

When it fits

What it looks like operationally

Failure posture

Day-2 characteristics

Identity boundaries

VCF 9.0 gives you flexibility in how far you extend SSO convenience. Your decision should be explicit, because it determines operational coupling.

Identity design-time decisions that matter

Challenge

You want a clean login experience for operators and consumers, without turning identity into a single point of operational failure.

Solutions

Solution A: Fleet-wide Single Sign-On

Best for

Operational reality

Day-2 implications

Solution B: Instance-level Single Sign-On

Best for

Operational reality

Day-2 implications

Solution C: Cross-instance Single Sign-On segmentation

Best for

Operational reality

Rollback and safety notes for identity

Identity changes are rarely “undo-able” in a clean way.

Operational behaviors to plan for:

Treat identity changes as:

Who owns what

Use this chart to stop ownership drift before it becomes incident fuel.

Capability / Task AreaPlatform team (fleet)VI admin (instance + domains)App/platform teams (consumers)
Fleet topology decisions (fleet count, instance strategy)OwnConsultInform
VCF Operations + Fleet Management lifecycleOwnConsultInform
VCF Automation lifecycle and platform guardrailsOwnConsultConsult
Identity Broker and SSO model selectionOwnConsultInform
Identity provider integration and federation policyOwnConsultInform
Instance bring-up, SDDC Manager healthConsultOwnInform
Management domain operations (vCenter/NSX for mgmt)ConsultOwnInform
Workload domain lifecycle (create/expand/delete)ConsultOwnInform
Network services consumption (projects, VPCs, templates)GuardrailsProvide capacityOwn
Workload placement, sizing, app RTO/RPOGuardrailsProvide platform SLAsOwn
DR runbooks for workloadsProvide platform primitivesSupport infra failoverOwn (execute + validate)

Version compatibility matrix

This matrix is here to reduce ambiguity in architecture reviews and incident calls.

ComponentRole in the model9.0 GA version9.0 GA build
VMware Cloud FoundationPlatform level9.0.0.024703748
SDDC ManagerInstance mgmt9.0.0.024703751
vCenterDomain mgmt9.0.0.024755230
ESXiHost layer9.0.0.024755229
NSXNetwork virtualization9.0.0.024752083
VCF OperationsFleet-level ops9.0.0.024705084
VCF Operations Fleet ManagementFleet lifecycle plane9.0.0.024704881
VCF AutomationFleet-level consumption9.0.0.024786202
VCF Identity BrokerIdentity plane9.0.0.024786209

Architecture tradeoff matrix

Use this table in design boards to turn opinions into tradeoffs.

AttributeSingle siteTwo sites in one regionMulti-region
Primary goalOperational simplicitySite resilience (metro)Regional survivability (DR)
Typical instance count112+
Data protection postureLocal HA + backupsOften synchronous within regionAsynchronous replication + DR
Network demandsStandard DCStretched, resilient inter-siteL3 between regions + DR routing/DNS
Change riskLowestMedium to highHigh (more components)
Upgrade impactSmallestBroader (shared stretched deps)Broadest (multiple instances)
Identity blast radiusDepends on SSO modelDepends on SSO modelHigher if identity is centralized
Best forGetting started, most orgsMetro availabilityRegulated DR, geo resilience

Failure domain analysis

You need a shared language for “what breaks what”:

Now map that to topology:

Day-0, day-1, day-2 action map

Day-0 decisions

These are the “you will regret not deciding early” items:

Day-1 actions

Day-1 is “build the platform safely”:

Day-2 operations

Day-2 is where topology decisions become either leverage or pain:

Operational runbook snapshot

Use this as a starting point and adjust to your org’s risk model.

Minimum viable backup posture

Starting targets you can use when leadership asks “what’s good enough”:

Identity provider change runbook

Validation

Use validation as your “trust but verify” step after topology or identity work.

Before you declare success, validate:

Use the following commands to validate the basics from a jump host.

Run these DNS and connectivity checks:

# DNS resolution
nslookup vcf-ops-fqdn.example.com
nslookup vcf-automation-fqdn.example.com
nslookup vcenter-mgmt-fqdn.example.com
nslookup nsx-mgmt-fqdn.example.com

# TLS reachability (headers only)
curl -kI https://vcf-ops-fqdn.example.com/
curl -kI https://vcf-automation-fqdn.example.com/
curl -kI https://vcenter-mgmt-fqdn.example.com/
curl -kI https://nsx-mgmt-fqdn.example.com/

Troubleshooting workflow

When something breaks, your first job is to identify which boundary you are in.

Step-by-step triage

Common issues

Anti-patterns

Avoid these and you avoid most self-inflicted outages.

Summary and takeaways

Conclusion

VCF 9.0 becomes dramatically easier to operate when you explicitly separate topology decisions (site, region, instance placement) from governance decisions (fleet services) and then choose identity boundaries that match your isolation and resilience goals. Once you standardize these mental models, your teams can scale the platform without scaling confusion.

Sources

VMware Cloud Foundation 9.0 Documentation (TechDocs landing page): https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0.html
VMware Cloud Foundation 9.0 Release Notes – Bill of Materials: https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0/release-notes/vmware-cloud-foundation-90-release-notes/vmware-cloud-foundation-bill-of-materials.html
Design Blueprints for VMware Cloud Foundation 9.0: https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0/design/blueprints.html
VCF Fleet-Wide Single Sign-On Model: https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0/design/design-library/single-sign-on-models/-fleet.html
VCF Single Sign-On Models (Design Library index): https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0/design/design-library/single-sign-on-models.html
VCF Installer Product Support Notes (VCF 9.0 Release Notes): https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0/release-notes/vmware-cloud-foundation-90-release-notes/platform-product-support-notes/product-support-notes-installer.html
VMware Cloud Foundation Installer API Reference Guide: https://developer.broadcom.com/xapis/vcf-installer-api/latest
VMware Cloud Foundation API Reference Guide: https://developer.broadcom.com/xapis/vmware-cloud-foundation-api/latest

Exit mobile version