Live data from Hacker News

Azure Container Instances

azure.microsoft.com

1–10 of 117 posts

Re: Azure Container Instances

#4
Does 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

#5
"Each container deployed is securely isolated from other customers using proven virtualization technology. "

Does anybody know if they mentioned anywhere what they use? LXC or Jails? Or some homegrown stuff?

Re: Azure Container Instances

#6
Tldr:

> 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:

https://github.com/azure/aci-connector-k8s

Re: Azure Container Instances

#8

Does 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.

Wasn't Microsoft heavily invested in Mesos / DCOS?

Re: Azure Container Instances

#9
post #7

Lots of pains using Microsoft azure at my workplace. We always AWS when we're allowed, which isn't often enough. Lots of weird issues.

It might be worth mentioning what some of those issues are, otherwise it just sounds like FUD.

Re: Azure Container Instances

#10
While it sounds cool i'm a bit dismayed by the naming choice as ACI in my head is short for the Application Container Image format as used by CoreOS and appc.
Post reply on HN