Azure Container Instances
azure.microsoft.com
Azure Container Instances
1–10 of 117 posts
Re: Azure Container Instances
#2Is the API support for this coming?
Re: Azure Container Instances
#3Re: Azure Container Instances
#4I'm guessing it's powered heavily by kubernetes, so maybe that answers the question, but I'd be interested to know more about the details.
Re: Azure Container Instances
#5Does anybody know if they mentioned anywhere what they use? LXC or Jails? Or some homegrown stuff?
Re: Azure Container Instances
#6> An Azure Container Instance is a single container that starts in seconds and is billed by the second. ACI offer highly versatile sizing, allowing you to select the exact amount of memory separate from the exact count of vCPUs...
az container create -g aci_grp --name nginx --image library/nginx --ip-address public –cpu 2 --memory 10
There's also a k8s connector, promising faster spinup times:Re: Azure Container Instances
#7Lots of weird issues.
Re: Azure Container Instances
#8Does anyone know what service discovery, network security policy and ability to add multiple redundant copies of the same service this offers? I'm guessing it's powered heavily by kubernetes, so maybe that answers the question, but I'd be interested to know more about the details.
Re: Azure Container Instances
#9Lots of pains using Microsoft azure at my workplace. We always AWS when we're allowed, which isn't often enough. Lots of weird issues.