Bird
0
0

You configured a TCP Load Balancer but backend instances are not receiving traffic. What is a common misconfiguration to check?

medium📝 Debug Q14 of 15
GCP - Cloud Load Balancing
You configured a TCP Load Balancer but backend instances are not receiving traffic. What is a common misconfiguration to check?
ABackend instances lack proper health checks
BForwarding rule uses HTTP protocol instead of TCP
CBackend instances are in different cloud provider
DLoad balancer IP is not public
Step-by-Step Solution
Solution:
  1. Step 1: Check health checks configuration

    Load balancer only sends traffic to healthy backends. Missing or failing health checks cause no traffic routing.
  2. Step 2: Verify backend health status

    Ensure health checks are properly configured and passing for backend instances.
  3. Final Answer:

    Backend instances lack proper health checks -> Option A
  4. Quick Check:

    Health checks enable traffic routing [OK]
Quick Trick: Always verify backend health checks first [OK]
Common Mistakes:
  • Assuming protocol mismatch blocks traffic
  • Ignoring health check failures
  • Thinking IP must be public for internal load balancer

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes