post_title | nav_title | menu_order |
---|---|---|
Scaling a Service |
Scaling |
3.2 |
This tutorial shows how to scale a service using the web interface and the CLI.
- From the Services tab, put your cursor over the name of the service you want to scale to reveal a gear symbol.
- Click the gear symbol and choose Scale.
- Enter the total number of instances you would like, then click SCALE SERVICE.
- Click the name of your service to see your scaled service.
-
Enter the following command from the CLI, :
dcos marathon app update <app-id> instances=<total_desired_instances>
-
Enter this command to see your scaled service.
dcos task <task-id>
For example, this task is scaled to 6 instances:
dcos marathon app update basic-0 instances=6
dcos task basic-0
NAME HOST USER STATE ID
basic-0 10.0.0.10 root R basic-0.1c73e448-0b47-11e7-a8b6-de4438bbb8f0
basic-0 10.0.1.101 root R basic-0.1c739626-0b47-11e7-a8b6-de4438bbb8f0
basic-0 10.0.1.41 root R basic-0.1c736f14-0b47-11e7-a8b6-de4438bbb8f0
basic-0 10.0.1.92 root R basic-0.12d5bbc2-0b47-11e7-a8b6-de4438bbb8f0
basic-0 10.0.1.92 root R basic-0.1c73bd37-0b47-11e7-a8b6-de4438bbb8f0
basic-0 10.0.3.180 root R basic-0.1c739625-0b47-11e7-a8b6-de4438bbb8f0