You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

On this page:


Scripts

Introduction

A load balancing proxy builds on top of Configuring TWC with a proxy.  The main difference in this topology is that the load balancer (proxy) is external to the application nodes.

Unlike the use case for the proxy, where the constraint was one where we needed to bind all services to a given port, the load balancer can have 2 distinct topologies.

  • As in the former use case, all services will be bound to a single port (443), and balanced among nodes listening on the native ports
  • The load balancer will listen on the native ports, and load balance to the various nodes

In the diagram below, we are depicting the second topology, where each front end is bound to the native port and forwarding to the load balanced backend.

Analogous to the HTTP Proxy depiction in Configuring TWC with a proxy, a single front end can be configured to handle all of the https services on a single port and route to the respective load balanced backend.