Containerization (JAD-I-433)

Containerization is defined as a form of operating system virtualization through which applications are run in isolated user spaces called containers, all using the same shared operating system. A container is essentially a fully packaged and portable computing environment.

Compared to a VM, there is less overhead during start‑up and no need to set up a separate guest operating system for each application since they all share the same operating system kernel. Because of this efficiency, containerization is commonly used for packaging up the many individual microservices that make up modern applications.

The following subsections describe JADE containerization in this release.