March 2019
Beginner to intermediate
778 pages
34h 20m
English
GCP offers different kinds of load-balancing options for HTTP/HTTPS requests, SSL (TLS) connections, and non-HTTP TCP traffic. In addition, there are two other types of load balancing for advanced use cases; an internal load balancer for internal TCP/UDP-based traffic and a network load balancer for all other TCP/UDP and SSL traffic on ports that are not supported by the standard HTTP/HTTPS, SSL proxy, and TCP proxy load balancers.
In this recipe, we'll create a simple HTTP load balancer that will route traffic; based on the content requested.
Our HTTP load balancer will be configured such that:
Read now
Unlock full access