Serdar Yegulalp
Senior Writer

Docker, Microsoft unveil deployment standard for cloud-native applications

news
Dec 4, 20182 mins

Cloud-Native Application Bundles project offers a standard way to define complex, containerized applications for a variety of environments

yellow shipping container
Credit: Public Domain

Microsoft and Docker have jointly announced a new project to create “an open-source, cloud-agnostic specification for packaging and running distributed applications,” according to Microsoft’s press notes.

A Cloud Native Application Bundle (CNAB), as it’s called, provides a standard way for developers to package and run containerized applications in many computing environments, from Docker on a workstation to Kubernetes in a cloud instance.

CNAB’s specification describes “bundles,” or groups of resources that constitute an application. Bundles also describe how apps are to be installed, upgraded, or removed, and how they are to be moved between environments, even when the target environment isn’t online (e.g., an air-gapped system). Microsoft claims it will be possible to digitally sign and verify app bundles “even when the underlying technology doesn’t natively support it.” Bundles can be deployed within organizations or at large by way of existing distribution systems, such as Docker Hub and Docker Trusted Registry.

Technologies already exist for creating application bundles in container environments—for instance, Kubernetes’ Helm, which describes how multiple containers can be composed to define an application stack. CNAB is aimed at a more overarching set of use cases, and it is intended to work with not only Kubernetes but also other systems for deploying and managing containers.

Another stated goal for CNAB is to reduce the number of tools needed to create application definitions. A CNAB definition can automatically produce definition files specific to the deployment target — e.g., Helm charts or Compose templates — so that users don’t need to master multiple toolsets to deploy to multiple targets.

Docker and Microsoft both plan to release development tools for CNAB. Microsoft announced it will offer Visual Studio Code extensions to make it easier to create CNAB bundles, along with an open source example (“Duffle”) that implements the CNAB spec. Docker intends to add CNAB support to a new revision of the Docker App tool, so that CNAB-defined apps can be maintained in instances of Docker Enterprise.

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