Merge pull request #563 from joelemmer/patch-1

Update 9_load-balance_the_service.md
This commit is contained in:
LRubin
2016-11-14 09:51:36 -08:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ redirect_from:
title: Load-balance the service
---
To load-balance a your application, you need to deploy a load-balancing service.
To load-balance your application, you need to deploy a load-balancing service.
This service distributes incoming requests to all of the available containers in
the application.
@@ -71,4 +71,4 @@ Hello Friendly Users!</br>Hostname: web-2</br>Counter: Redis Cache not found, co
You can learn more about *dockercloud/haproxy*, our free open source HAProxy image <a href="https://github.com/docker/dockercloud-haproxy" target="_blank">here</a>.
Next: [Provision a data backend for your service](10_provision_a_data_backend_for_your_service.md)
Next: [Provision a data backend for your service](10_provision_a_data_backend_for_your_service.md)