|
|
|
|
|
by skyraider
3709 days ago
|
|
This is interesting when compared to Amazon Elastic Container Service because of Azure Container Service's support for native Docker clustering tools. If I am developing user docker-compose, I want to deploy that way, too - at least until I reach scale, at which point I want scheduling and orchestration tools, e.g. Swarm. For easier disaster recovery, it's very convenient if these scheduling/orchestration tools let you deploy in the same way cross-cloud-provider. Swarm can run on AWS/Azure/GCE/bare metal, whereas ECS (which doesn't support Swarm and has its own scheduling/orchestration toolset) can only run on ECS. +1 to MS for thinking about native tooling up-front. |
|
Disclosure: I work for Microsoft on Azure.