Hacker News new | ask | show | jobs
by rattray 3250 days ago
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