Serdar Yegulalp
Senior Writer

Azure Container Instances: No Kubernetes required

news
Jul 26, 20172 mins

Microsoft's new container service offers a middle ground between Azure Functions and Azure Container Service, with orchestration optional but available

microsoft cloud windows
Credit: Thinkstock

Microsoft has introduced a new container service, Azure Container Instances (ACI), that is intended to provide a more lightweight and granular way to run containerized applications than its Azure Container Service (ACS).

ACI runs individual containers that you can configure with specific amounts of virtual CPU and memory, and that are billed by the second. Containers can be pulled from various sources – Docker Hub, the Azure Container Registry, or a private repository – and deployed from the CLI or by way of an Azure template.

Microsoft is emphasizing how ACI is complementary to ACS, rather than a replacement for it. ACI is meant for smaller, more burst-able workloads, or as a way to temporarily satisfy a surge in demand, rather than as a way to deploy complex, long-running applications with many interdependencies between containers.

One key difference between ACI and ACS: ACI supports only one orchestrator, Kubernetes, and only by way of an open source connector. In other words, it’s possible but not required to use Kubernetes as an orchestrator for ACI workloads. You can also draw on Microsoft’s Draft tool for building Kubernetes apps.

ACI appears to provide a different level of infrastructure abstraction for developers than Azure Functions. Functions is for little more than code snippets, typically used for fulfilling API requests or other simple jobs. ACI launches whole containers, with Azure’s role-based access controls and billing tags associated with them.

Right now ACI is only available for Linux as a technology preview, although Microsoft plans to offer support for Microsoft Windows containers on ACI in fairly short order. Microsoft is planning to publish the ACI API as a Swagger specification, which could in theory allow other vendors to implement similar, API-compatible offerings on their own services.

The jury is out right now regarding how deeply ACI will be integrated with other Microsoft Azure offerings, such as Azure Service Fabric. Microsoft is waiting to glean feedback during the preview period before deciding on next steps.

Serdar Yegulalp

Serdar Yegulalp is a senior writer at InfoWorld. A veteran technology journalist, Serdar has been writing about computers, operating systems, databases, programming, and other information technology topics for 30 years. Before joining InfoWorld in 2013, Serdar wrote for Windows Magazine, InformationWeek, Byte, and a slew of other publications. At InfoWorld, Serdar has covered software development, devops, containerization, machine learning, and artificial intelligence, winning several B2B journalism awards including a 2024 Neal Award and a 2025 Azbee Award for best instructional content and best how-to article, respectively. He currently focuses on software development tools and technologies and major programming languages including Python, Rust, Go, Zig, and Wasm. Tune into his weekly Dev with Serdar videos for programming tips and techniques and close looks at programming libraries and tools.

More from this author