@@ -27,7 +27,7 @@ First, deploy a node cluster of 4 nodes.
27
27
28
28
3 . Click ** Create** .
29
29
30
- 4 . Enter a name for the node cluster, select the ** Provider** , ** Region** , ** Type/Size** .
30
+ 4 . Enter a name for the node cluster, select the ** Provider** , ** Region** , and ** Type/Size** .
31
31
32
32
5 . Add a ** deployment tag** of ` web ` . (This is used to make sure the right services are deployed to the correct nodes.)
33
33
@@ -111,9 +111,9 @@ We verified that the web service is working, so now we'll set up the load balanc
111
111
112
112
4 . Click the ** dockercloud/haproxy** image.
113
113
114
- 5 . On the next screen, set the ** service name** to ` lb `
114
+ 5 . On the next screen, set the ** service name** to ` lb ` .
115
115
116
- Leave the tag, deployment strategy and number of containers at their default values.
116
+ Leave the tag, deployment strategy, and number of containers at their default values.
117
117
118
118
![ ] ( images/lbd-lb-conf.png )
119
119
@@ -123,7 +123,7 @@ We verified that the web service is working, so now we'll set up the load balanc
123
123
124
124
When you assign the service an API role, it passes a ` DOCKERCLOUD_AUTH `
125
125
environment variable to the service's containers, which allows them to query
126
- Docker Cloud's API on your behalf. You can [ read more about API Roles here] ( ../apps/api-roles.md )
126
+ Docker Cloud's API on your behalf. You can [ read more about API Roles here] ( ../apps/api-roles.md ) .
127
127
128
128
The ** dockercloud/haproxy** image uses the API to check how many containers
129
129
are in the ` web ` service we launched earlier. ** HAproxy** then uses this
@@ -195,5 +195,5 @@ load balance your load balancer. To learn more, read up on [service
195
195
links] ( service-links.md ) .
196
196
197
197
You can try this by pointing your web browser to
198
- * servicename.username.svc.dockerapp.io* or using * dig* or * nslookup* to see how
199
- the service endpoint resolves.
198
+ * servicename.username.svc.dockerapp.io* or using * dig* or * nslookup* to see how
199
+ the service endpoint resolves.
0 commit comments