An architect is responsible for designing a VMware Cloud Foundation (VCF) Private Cloud. During a requirements gathering workshop with key customer stakeholders, the following information was captured:
* The service catalog solution must meet a minimum availability SLA of 99.9%.
* The performance of the service catalog solution must not be impacted by maintenance activities or a single physical ESXi host failure.
During the logical design phase of the project, the following design decisions were made:
* The solution will deploy VCF Automation using the highly available deployment model.
Which two corresponding physical design decisions should the architect make to meet the stated requirements? (Choose two.)
The VMware Cloud Foundation 9.0.2 Design Guide specifies that in a Highly Available (HA) VCF Automation deployment, three appliances are deployed to ensure redundancy and meet a minimum availability SLA of 99.9%. To maintain continuous performance during host maintenance or hardware failure, VMware recommends:
''Each appliance instance should be placed on a separate ESXi host using a VM-host anti-affinity rule to eliminate single points of failure.''
Furthermore, to achieve external traffic distribution and redundancy, the guide states:
''In HA mode, an external load balancer is required to distribute requests across the cluster nodes and provide failover when a node or host becomes unavailable.''
The native Kubernetes load balancer cannot manage cross-node traffic distribution in an HA VCF Automation setup. Therefore, the architect must configure an external load balancer and define anti-affinity rules to ensure appliance distribution across hosts, achieving both the SLA and fault tolerance requirements.
Reference (VMware Cloud Foundation documents):
VMware Cloud Foundation 9.0.2 Architecture and Design Guide --- VCF Automation High Availability Deployment Model (pp. 455--460).
VMware Cloud Foundation 9.0.1 Design Guide --- Anti-Affinity Rules for Automation Nodes in HA Clusters.
VMware Cloud Foundation 9.0.2 Operations Guide --- External Load Balancer Configuration Requirements for VCF Automation.
Currently there are no comments in this discussion, be the first to comment!