CCCS-203B · Question #80
CCCS-203B Question #80: Real Exam Question with Answer & Explanation
The correct answer is D. To block malicious activity and unauthorized behavior in running workloads.. Option A: Backing up container states is unrelated to runtime protection, which focuses on real- time threat detection and prevention. Option B: Monitoring API calls is part of Kubernetes control plane security but is not directly related to runtime protection. Option C: Image sc
Question
Options
- ATo provide a backup of the container state for disaster recovery.
- BTo monitor API calls in the Kubernetes control plane for debugging purposes.
- CTo enforce compliance by scanning container images for vulnerabilities prior to deployment.
- DTo block malicious activity and unauthorized behavior in running workloads.
Explanation
Option A: Backing up container states is unrelated to runtime protection, which focuses on real- time threat detection and prevention. Option B: Monitoring API calls is part of Kubernetes control plane security but is not directly related to runtime protection. Option C: Image scanning for vulnerabilities is a pre-deployment task and does not pertain to runtime protection, which deals with active workloads. Option D: Runtime protection focuses on safeguarding workloads by detecting and blocking malicious behavior during their execution. It provides continuous monitoring to secure active containerized environments.
Community Discussion
No community discussion yet for this question.