Exam KCNA All QuestionsBrowse all questions from this exam
Question 45

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

    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
omerco61Option: C

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

hovnivalOption: C

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

JBangura

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