forked from pivotal-cf/docs-ops-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pather_network.html.md.erb
22 lines (13 loc) · 1.13 KB
/
er_network.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: PAS Network Architecture
owner: Routing
---
The diagram below shows the key Pivotal Application Service (PAS) network components.
<%= image_tag("er_network.png") %>
# <a id='lb'></a>Load Balancer #
PAS includes an HAProxy load balancer for terminating SSL. If you do not want to serve SSL certificates for PAS on your own load balancer use the HAProxy. If you do choose to manage SSL yourself, omit the HAProxy by setting the number of instances to zero in Ops Manager.
# <a id='router'></a>Router #
The routers in PAS are responsible for routing HTTP requests from web clients to application instances in a load balanced fashion. The routers are dynamically configured based on users mapping of applications to location URLs called routes, and updated by the runtime service as application instances are dynamically distributed.
For high availability, the routers are designed to be horizontally scalable. Configure your load balancer to distribute incoming traffic across all router instances.
Refer to the Cloud Foundry [Architecture](../concepts/architecture/index.html)
topic for more information about Cloud Foundry components.