Containerization

TECHNIQUES

Ring:

ADOPT

A virtualization technique where an application and its dependencies are packaged together into an image. Images are executed by a container runtime where running containers are isolated from each other.

v1 -

Containerization has been widely adopted across many teams by either through Kubernetes for production services or more manually for configuring CI nodes.