GCP - Cloud Load BalancingYou set up a load balancer but notice all traffic is going to a single server, causing overload. What is the most likely cause?AThe health checks are passing for all instances.BThe backend service has only one instance group attached.CThe load balancer is configured with multiple backend groups.DThe URL map is routing traffic evenly.Check Answer
Step-by-Step SolutionSolution:Step 1: Identify cause of uneven trafficIf all traffic goes to one server, likely only one instance group is attached, so no distribution occurs.Step 2: Check other optionsMultiple backend groups or even URL map routing would distribute traffic. Healthy instances mean traffic can be balanced.Final Answer:The backend service has only one instance group attached. -> Option BQuick Check:Single backend = no traffic distribution [OK]Quick Trick: One backend group means no load balancing [OK]Common Mistakes:Assuming multiple backends cause overloadIgnoring health check statusBelieving URL map causes single-server traffic
Master "Cloud Load Balancing" in GCP9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More GCP Quizzes Cloud Firestore and Bigtable - Bigtable schema design - Quiz 4medium Cloud IAM Advanced - Data access logs - Quiz 2easy Cloud IAM Advanced - IAM deny policies - Quiz 4medium Cloud IAM Advanced - VPC Service Controls - Quiz 7medium Cloud Load Balancing - Health checks configuration - Quiz 9hard Cloud Monitoring and Logging - Cloud Trace for latency analysis - Quiz 13medium Cloud Pub/Sub - Message retention and acknowledgment - Quiz 13medium Cloud Run - Cloud Run service concept - Quiz 13medium Cloud Run - Deploying container images - Quiz 15hard Cloud SQL and Databases - High availability configuration - Quiz 15hard