i created docker(+swarm) azure container service template.
1 master , 1 agent created, how can scale out agent vms? template generates agent vmss(scale sets) not found add more vms in portal ui.
found template documentation seems not handy.
is there way few clicks azure worker role?
found easier solution @jluk suggested.
for cli haters me,
- go https://github.com/azure/azure-quickstart-templates/tree/master/201-vmss-scale-existing
- click "deploy azure" button. open portal ui , show textinput fields.
- input vmss name , instance count fields, , accept legal terms.
- click ok. wait till deployed.
note that, if change instance count 1
3
, 3 instances initialized , see 1 running + 3 creating. later, 1 removed 3 instances running.
in case of docker, have download docker image newly created instances , run 1 one if did not setup docker automation yet.
Comments
Post a Comment