Archives for Google Cloud Load Balancers
How Google Load Balancers are different
Google's Global Load Balancer vs. DNS Load Balancing DNS Load Balancing is tricky. For an app hosted in multiple regions, each region essentially gets an IP address that is unique…
Content Based Routing for Load Balancers
See also HTTPs load balancer in GCP and SSL Proxy in GCP To configure URL based content separation, you need to create multiple backend Services in the Load Balancer. multiple…
SSL Proxy Load Balancer
Also read HTTPs External Load Balancer in GCP What is External SSL Proxy Load Balancing? It is primarily for SSL initiated traffic from the internet to GCP VMs. It is…
HTTPs Load Balancer – External Load Balancer GCP
Also Read SSL Proxy Load Balancer VPCs are Global, Geo Load Balancing is Simplified Since VPC networks can span the entire globe, you can have a set of servers in…
Roles required for installing and managing SSL certificates on GCP
Also read - A 3 step recipe for creating and managing GCP Resources and a Security Admin Role in GCP What do I need to install SSL Certificates on GCP…
Types of Load Balancers – GCP
Also read Unmanaged and Managed Instance Groups in GCP GLOBAL Load Balancers 1. HTTPs load balancing Service in GCP AnyCast IP Address (Can be used anywhere), It is a proxy-based Layer…
SSL Proxy and HTTPs Load Balancer Health Checks on GCP
Also read HTTPs Load Balancer on GCP Public Facing Instances? Always put a load balancer for any public facing asset. And the backend for the load balancer can be SSL…
What exactly is SSL Offloading? And which GCP Load Balancers offer Offloading?
What is SSL Offloading? Certain TLS functions ( the handshake and the encryption/decryption) can be compute expensive. Offloading these functions frees up processing power from your hosted website / webapp.…
GCP Load Balancers
This post is a brain dump of some of the nitty gritty details of GCP Load Balancers.(Also read SSL Load Balancing in GCP) Proxy or Non Proxy Load Balancer? GCP's…
SSL, TLS and Load balancers on Google Cloud
End User to GCP Load Balancer Encryption For HTTPS load balancers, connections between end users and the GFE are encrypted and authenticated with TLS or QUIC, using certificates that customers…