KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 137


Which one of the following is an open source runtime security tool?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
shahy0Option: C
Mar 4, 2025

A. lxd Incorrect. LXD is a container and virtual machine manager that provides a user experience similar to virtual machines but with the performance and density of containers. It is not specifically a runtime security tool. B. containerd Incorrect. containerd is an industry-standard container runtime that provides core container management capabilities, such as image transfer, container execution, and storage. It is not specifically a runtime security tool. D. gvisor Incorrect. gVisor is a user-space kernel that provides an additional layer of isolation between the application and the host kernel. While it enhances security by isolating containers, it is not specifically a runtime security monitoring tool like Falco. Falco is an open-source runtime security tool designed to monitor and detect anomalous behavior in containerized environments. It provides runtime security by analyzing system calls and other events, using customizable rules to detect suspicious activities, and integrating with various logging and alerting systems for real-time notifications.