KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 45


Which of the following systems is NOT compatible with the CRI runtime interface standard?

Show Answer
Correct Answer: C

Systemd is an initialization system and service manager for Linux, and it is not designed to be a container runtime. The Container Runtime Interface (CRI) is relevant to container runtimes like CRI-0, dockershim, and containerd, which are compliant with CRI standards, unlike systemd.

Discussion

3 comments
Sign in to comment
omerco61Option: C
Feb 8, 2024

systemd: systemd is not a container runtime. It is an initialization system and service manager for Linux.

JBangura
Mar 22, 2024

https://kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you/

hovnivalOption: C
Apr 22, 2024

CRI - Container Runtime Interface. systemd is not container runtime interface.