Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Google Cloud Platform Cookbook

You're reading from   Google Cloud Platform Cookbook Implement, deploy, maintain, and migrate applications on Google Cloud Platform

Arrow left icon
Product type Paperback
Published in Apr 2018
Publisher Packt
ISBN-13 9781788291996
Length 280 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Legorie Rajan PS Legorie Rajan PS
Author Profile Icon Legorie Rajan PS
Legorie Rajan PS
Arrow right icon
View More author details
Toc

Table of Contents (9) Chapters Close

Preface 1. Compute 2. Storage and Databases FREE CHAPTER 3. Networking 4. Security 5. Machine Learning and Big Data 6. Management Tools 7. Best Practices 8. Other Books You May Enjoy

Content-based load balancing

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:

  • All URL paths starting with /image will be routed to the instance group image to serve the images for the website
  • All URL paths starting with /static will be routed to our Google Storage bucket to serve static content
  • All the other...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime