article thumbnail

Can we trust Google Cloud Load Balancing?

Xebia

With Cloud getting a more prominent place in the digital world and with that Cloud Service Providers (CSP), it triggered the question on how secure our data with Google Cloud actually is when looking at their Cloud Load Balancing offering. The others merely process and forward the requests.

article thumbnail

How To Fix Network Load Balancer Health Check On Secondary Network Interface

Xebia

Did you configure a network load balancer for your secondary network interfaces ? How Passthrough Network Load Balancers Work A passthrough Network Load Balancer routes connections directly from clients to the healthy backends, without any interruption. local 10.0.1.2 metric 100.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Simplifying Google Cloud IP Management with Terraform

Xebia

Managing IP addresses in Google Cloud can be a tedious and error-prone process, especially when relying on static IP addresses. This is where the google_netblock_ip_ranges data source comes in, simplifying the process of managing IPs in Google Cloud. 16", "130.211.0.0/22", 22", "209.85.152.0/22",

article thumbnail

Network topologies – A series: Part 1

Xebia

When working with Cloud, especially when coming from an on-premises situation, it can become daunting to see how to start and what fits best for your company. There is a wide range of network topologies possible, so this might be seen as a barrier to decide how this can be accomplished. Expanding on the most simple set up.

article thumbnail

How To Use Squid Proxy To Access Services In Another VPC

Xebia

This blog uses a Squid Proxy VM to access services in another Google Cloud VPC. Connectivity overview The Squid Proxy allows clients in the Source VPC to connect to services in the Destination VPC: The Squid Proxy uses two network interfaces to connect the VPCs. Find the full example on GitHub. http_access allow all.

article thumbnail

How To Use NGINX As A Gateway To Services In Another VPC Using A Multi-NIC VM

Xebia

This blog uses an NGINX gateway VM to access services in another Google Cloud VPC. Next, the NGINX gateway connects clients from the Source VPC to services in the Destination VPC: The NGINX gateway uses two network interfaces to connect the VPCs. Clients are directed to the gateway (or forward proxy ) via custom DNS entries.

article thumbnail

Building Resilient Public Networking on AWS: Part 2

Xebia

Deploy Secure Public Web Endpoints Welcome to Building Resilient Public Networking on AWS—our comprehensive blog series on advanced networking strategies tailored for regional evacuation, failover, and robust disaster recovery. Configures network routing for public subnets to allow outbound access via an Internet Gateway.

AWS 147