Files
docker-docs/swarm/swarm_at_scale/index.md
Misty Stanley-Jones a4f5e30249 Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00

1.2 KiB

advisory, hide_from_sitemap, description, keywords, title
advisory hide_from_sitemap description keywords title
swarm-standalone true Try Swarm at scale docker, swarm, scale, voting, application, certificates Try Swarm at scale

Using this example, you deploy a voting application on a Swarm cluster. This example illustrates a typical development process. After you establish an infrastructure, you create a Swarm cluster and deploy the application against the cluster.

After building and manually deploying the voting application, you can construct a Docker Compose file. You (or others) can use the file to deploy and scale the application further. The article also provides a troubleshooting section you can use while developing or deploying the voting application.

The sample is written for a novice network administrator. You should have basic skills on Linux systems and ssh experience. Some knowledge of Git is also useful but not strictly required. This example takes approximately an hour to complete and has the following steps: