PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #169
Your company recently migrated to Google Cloud in a single region. You configured separate Virtual Private Cloud (VPC) networks for two departments: Department A and Department B. Department A has…
The correct answer is C. Create an instance template and a managed instance group. Configure a single internal load. To enable highly available and automatically failed-over traffic flow between two VPCs using multi-NIC VMs with health checks and minimal client intervention, an Internal Load Balancer fronting a Managed Instance Group is the recommended solution.
Question
Options
- ACreate the VMs in the same zone, and configure static routes with IP addresses as next hops.
- BCreate the VMs in different zones, and configure static routes with instance names as next hops.
- CCreate an instance template and a managed instance group. Configure a single internal load
- DCreate an instance template and a managed instance group. Configure two separate internal
How the community answered
(48 responses)- A4% (2)
- B13% (6)
- C77% (37)
- D6% (3)
Why each option
To enable highly available and automatically failed-over traffic flow between two VPCs using multi-NIC VMs with health checks and minimal client intervention, an Internal Load Balancer fronting a Managed Instance Group is the recommended solution.
Static routes with IP addresses as next hops do not inherently provide automated failover and health checks; if the target VM fails, the route becomes invalid until manually updated.
Static routes with instance names as next hops also lack built-in automated failover and health check capabilities comparable to an ILB and MIG setup across different zones.
Creating an instance template and a managed instance group (MIG) provides automated failover and health checks for the multi-NIC VMs, while a single Internal Load Balancer (ILB) acts as a highly available, single-IP endpoint for client VMs, supporting both TCP and UDP and requiring minimal manual intervention.
Using two separate internal load balancers for a single flow requirement introduces unnecessary complexity and doesn't offer additional benefits over a single ILB for providing a unified, highly available next hop.
Concept tested: Internal Load Balancer with Managed Instance Groups for HA gateways
Source: https://cloud.google.com/load-balancing/docs/internal
Topics
Community Discussion
No community discussion yet for this question.