Skip to content

Commit d3e7498

Browse files
dubcanadacarmstrong
authored andcommitted
docs(contrib/rackspace): Rackspace details
Added Rackspace Load Balancer details.
1 parent ee32ba7 commit d3e7498

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

contrib/rackspace/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,21 @@ The script will deploy Deis and make sure the services start properly.
7272
### Configure DNS
7373
You'll need to configure DNS records so you can access applications hosted on Deis. See [Configuring DNS](http://docs.deis.io/en/latest/installing_deis/configure-dns/) for details.
7474

75+
### Configure Load Balancer
76+
You'll need to create two load balancers on Rackspace to handle your cluster.
77+
78+
Load Balancer 1
79+
Port 80
80+
Protocol HTTP
81+
Health Monitoring -
82+
Monitor Type HTTP
83+
HTTP Path /health-check
84+
85+
Load Balancer 2
86+
Virtual IP Shared VIP on Another Load Balancer (select Load Balancer 1)
87+
Port 2222
88+
Protocol TCP (this can probably be anything, but TCP worked for me)
89+
7590
### Use Deis!
7691
After that, register with Deis!
7792
```console

0 commit comments

Comments
 (0)