Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(contrib/rackspace): Rackspace details
Browse files Browse the repository at this point in the history
Added Rackspace Load Balancer details.
  • Loading branch information
dubcanada authored and carmstrong committed Jul 31, 2014
1 parent ee32ba7 commit d3e7498
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions contrib/rackspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,21 @@ The script will deploy Deis and make sure the services start properly.
### Configure DNS
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.

### Configure Load Balancer
You'll need to create two load balancers on Rackspace to handle your cluster.

Load Balancer 1
Port 80
Protocol HTTP
Health Monitoring -
Monitor Type HTTP
HTTP Path /health-check
Load Balancer 2
Virtual IP Shared VIP on Another Load Balancer (select Load Balancer 1)
Port 2222
Protocol TCP (this can probably be anything, but TCP worked for me)

### Use Deis!
After that, register with Deis!
```console
Expand Down

0 comments on commit d3e7498

Please sign in to comment.