We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3513370 commit 596ec95Copy full SHA for 596ec95
1 file changed
docs/installing_deis/rackspace.rst
@@ -96,6 +96,25 @@ Configure DNS
96
See :ref:`configure-dns` for more information on properly setting up your DNS records with Deis.
97
98
99
+Configure Load Balancer
100
+-----------------------
101
+
102
+You'll need to create two load balancers on Rackspace to handle your cluster:
103
104
+.. code-block:: console
105
106
+ Load Balancer 1
107
+ Port 80
108
+ Protocol HTTP
109
+ Health Monitoring -
110
+ Monitor Type HTTP
111
+ HTTP Path /health-check
112
113
+ Load Balancer 2
114
+ Virtual IP Shared VIP on Another Load Balancer (select Load Balancer 1)
115
+ Port 2222
116
+ Protocol TCP
117
118
Install Deis Platform
119
---------------------
120
0 commit comments