KCNA · Question #48
Which is an industry-standard container runtime with an "emphasis" on simplicity, robustness, and portability?
The correct answer is C. containerd. Containerd is an industry-standard, high-level container runtime that emphasizes simplicity, robustness, and portability for managing the container lifecycle.
Question
Which is an industry-standard container runtime with an “emphasis” on simplicity, robustness, and portability?
Options
- Acri-o
- Blxd
- Ccontainerd
- Dkata-runtime
How the community answered
(35 responses)- A3% (1)
- C94% (33)
- D3% (1)
Why each option
Containerd is an industry-standard, high-level container runtime that emphasizes simplicity, robustness, and portability for managing the container lifecycle.
CRI-O is a container runtime interface (CRI) implementation specifically for Kubernetes, focusing on OCI-compatible runtimes, but containerd is a broader, more general-purpose runtime that CRI-O can utilize.
LXD is a system container manager that provides full virtual machines, not a lightweight application container runtime in the same vein as containerd.
Containerd is a widely adopted, industry-standard container runtime that manages the complete container lifecycle, from image transfer and storage to container execution and supervision, known for its robustness, simplicity, and being a core component of Docker and Kubernetes.
Kata Containers (kata-runtime) provides a secure container runtime by running containers in lightweight virtual machines, which is a specific type of runtime, while containerd is a more general-purpose and foundational OCI-compliant standard.
Concept tested: Container runtimes
Source: https://containerd.io/
Topics
Community Discussion
No community discussion yet for this question.