3V0-25.25 · Question #33
A cloud service provider runs VPCs with differing traffic patterns: - Some VPCs are generating high, large North/South flows. - Most of the VPCs generate very little traffic. The architect needs to…
The correct answer is D. Use multiple Edge clusters and distribute VRF-backed VPCs based on traffic profiles. In a VMware Cloud Foundation (VCF) environment, especially with the architectural evolution in VCF 9.0, the Virtual Private Cloud (VPC) model is the primary way to deliver self-service, isolated networking. The networking performance for North/South traffic--traffic leaving the…
Question
Options
- AAssign one dedicated Edge node per high-traffic VPC.
- BReduce the number of VPCs by consolidating VPCs into shared namespaces.
- CConvert high-traffic VPCs into VLAN-backed segments attached directly to Tier-0 gateways.
- DUse multiple Edge clusters and distribute VRF-backed VPCs based on traffic profiles.
How the community answered
(19 responses)- A5% (1)
- C11% (2)
- D84% (16)
Explanation
In a VMware Cloud Foundation (VCF) environment, especially with the architectural evolution in VCF 9.0, the Virtual Private Cloud (VPC) model is the primary way to deliver self-service, isolated networking. The networking performance for North/South traffic--traffic leaving the SDDC for the physical network--is processed by NSX Edge Nodes. These Edge Nodes use DPDK (Data Plane Development Kit) to provide high-performance packet processing, but their resources (CPU and Memory) are finite. When dealing with "noisy neighbors"--tenants or VPCs that consume a disproportionate amount of throughput--it is critical to isolate their data plane impact. According to the VMware Validated Solutions and VCF Design Guides, the most scalable and efficient way to achieve this is through the use of Multiple Edge Clusters. By creating distinct Edge clusters, an architect can physically isolate the compute resources used for routing. In this scenario, high-traffic VPCs can be backed by specific VRF (Virtual Routing and Forwarding) instances on a Tier-0 gateway that is hosted on a dedicated high-performance Edge Cluster. Meanwhile, the numerous low-traffic VPCs can share a different Edge Cluster. This "Traffic Profile" based distribution ensures that a spike in traffic within a "heavy" VPC only consumes the DPDK cycles of its assigned Edge nodes, leaving the resources for the "quiet"
Topics
Community Discussion
No community discussion yet for this question.