Bird
0
0

You have a load balancer with HTTP health checks on port 8080 and path "/check". You want to add SSL health checks for HTTPS on port 8443. What must you configure to support both?

hard📝 Application Q9 of 15
GCP - Cloud Load Balancing

You have a load balancer with HTTP health checks on port 8080 and path "/check". You want to add SSL health checks for HTTPS on port 8443. What must you configure to support both?

ACreate two separate health checks, one HTTP and one HTTPS, and assign both to the backend service
BUse a single HTTP health check and change the port to 8443
CUse TCP health checks on both ports instead
DConfigure the load balancer to ignore health checks on port 8443
Step-by-Step Solution
Solution:
  1. Step 1: Understand protocol-specific health checks

    HTTP and HTTPS health checks require separate configurations because protocols differ.
  2. Step 2: Assign health checks to backend

    Assign both health checks to the backend service to monitor both ports properly.
  3. Final Answer:

    Create two separate health checks, one HTTP and one HTTPS, and assign both to the backend service -> Option A
  4. Quick Check:

    Separate health checks needed for HTTP and HTTPS [OK]
Quick Trick: Use separate health checks for different protocols [OK]
Common Mistakes:
  • Trying to use one HTTP check for HTTPS port
  • Switching to TCP checks without reason

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes