[ Prev ] [ Index ] [ Next ]

Runtime

Created Freitag 03 Januar 2020


Low level runtime / runtime

Also kown as low-level container runtimes.
A container runtime starts containers.
What they do:


List of some runtimes:


High level runtime

Outsource container start to low level runtime. In my opinion they should be called something like container manager.
The manage container image repositories, images, and low level runtimes. The help build images.
List of some runtimes:


Container Runtime Interface (CRI)

Infos
Interface between Kubernetes (or other container cluster / node manager) and high level runtimes.