|
|
|
|
|
by andymoe
3113 days ago
|
|
I’d look at this service to see if you can simplify: https://azure.microsoft.com/en-us/services/container-instanc... I’ve run Docker CE on azure vms on individual host, also customized ACS for swarm and they are both a PITA in their own ways. Either way use terraform or ARM templates to provision where you can. Probably need the ARM templates for the newer container instance service since I doubt terraform is updated yet. |
|
Azure container instances look good, I'll take a closer look at that. What would the implementation then look like? I need two containers for the apps and then one for the MySQL database. So in the end I would have 3 container instances, correct?
Is it cheaper to use Azure MySQL or to run MySQL in a container instance?
Thanks in advance