Live data from Hacker News

Azure Container Instances

azure.microsoft.com

11–20 of 117 posts

Re: Azure Container Instances

#11
post #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?

Just as a guess Hyper-V containers? https://docs.microsoft.com/en-us/virtualization/windowsconta...

Re: Azure Container Instances

#12

If this works as advertised, it's awesome. It's like AWS lambda, without language restrictions, CPU or RAM throttling, etc. Truly serverless

Since you can basically run anything that fits inside a container, the comparison with AWS Lambda doesn't seem relevant to me.

If you really want to draw a comparison with AWS product, it's pretty much a serverless EC2 ECS.

Re: Azure Container Instances

#13
So, are we just now using “serverless” to just mean “dynamically scalable” the same way that “cloud” used to?

Because, previously, “serverless” seemed to mean not needing to deal with anything lower-level infrastructure than function calls (that is, a higher level of abstraction than even a classical PaaS like GAE managed runtimes), while container hosting, dynamically scalable or not, is somewhere between classic IaaS and classic application-language PaaS.

Re: Azure Container Instances

#14
Companies like Hyper [1] should be put on notice.

This is a surprisingly unique product. AWS ECS and GKE both require some form of management of the underlying VM. A lot of that management is abstracted away, but not in the same way this is.

That being said, pricing [2] seems odd. At $0.0000125/GB_Second and $0.001/Core_Second, lets say you want to replicate an Azure A3 instance (4core/7gb/$130). That would cost... over $10,000/mo. Is my math right on this? It can't be.

For one-off jobs, maybe this makes sense, but as the backbone of a Kubernetes pool or something I'm not so sure.

[1] https://hyper.sh/

[2] https://azure.microsoft.com/en-us/pricing/details/container-...

Re: Azure Container Instances

#15

So, are we just now using “serverless” to just mean “dynamically scalable” the same way that “cloud” used to? Because, previously, “serverless” seemed to mean not needing to deal with anything lower-level infrastructure than function calls (that is, a higher level of abstraction than even a classical PaaS like GAE managed runtimes), while container hosting, dynamically scalable or not, is somewhere between classic Ia…

We've updated the submission title from “Microsoft Azure launches serverless container instances” to that of the article, which doesn't mention serverless at all.

Re: Azure Container Instances

#16

So, are we just now using “serverless” to just mean “dynamically scalable” the same way that “cloud” used to? Because, previously, “serverless” seemed to mean not needing to deal with anything lower-level infrastructure than function calls (that is, a higher level of abstraction than even a classical PaaS like GAE managed runtimes), while container hosting, dynamically scalable or not, is somewhere between classic Ia…

I wanted to see this in context but couldn't find it. Is the word "serverless" used in the article?

Re: Azure Container Instances

#19

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.

[deleted]

Re: Azure Container Instances

#20
post #14

Companies like Hyper [1] should be put on notice. This is a surprisingly unique product. AWS ECS and GKE both require some form of management of the underlying VM. A lot of that management is abstracted away, but not in the same way this is. That being said, pricing [2] seems odd. At $0.0000125/GB_Second and $0.001/Core_Second, lets say you want to replicate an Azure A3 instance (4core/7gb/$130). That would cost... o…

Looks like they have conflicting data on that page. Further down it quotes "$0.000013 for every Core-s used".
Post reply on HN