Skip to main contentOpen Source Cloud Guide

Containers

What are containers?

Containers provide a method to encapsulate code, binaries, libraries, and runtimes. They act as a form of virtualization for an operating system. Containers are run on container orchestrators that provide the scheduling and high availability benefits. The most commonly used containers and container orchestrators are built on open source software, more on this below.

Why are containers important in a cloud setting?

Containers are one of the main drivers of modern software development and designing applications for clouds in general. However, containers become more important in a hybrid cloud or multicloud setting where consistency and repeatability are key.

Why should developers learn about containers?

Our O’Reilly survey showed that nearly 70% of respondants indicated containers are either extremely or very important to their career growth. With only 10% of respondants indicating that containers are not important.

survey results

There were similar results when asked about Kubernetes.

survey results

Key open source projects

Container engines and runtimes

Container orchestrators

Container registry

Cloud comparision

IBM CloudGCPAWSAzure
Kubernetes serviceIKSGKEEKSAKS
Supported versions1.18 - 1.21TBDTBDTBD
Container runtimecontainerdDocker, containerdDocker, containerdDocker, containerd
Container registrybased on QuayTBDTBDTBD

Additional learning