PCCSE · Question #59
Where do you install an app-embedded Defender?
The correct answer is B. on the images that become the Docker containers of the application. An app-embedded Defender is bundled directly into the container image at build time, before the image is deployed as a running container. This deployment model is used when you cannot run a host-based Defender (e.g., on managed container services like AWS Fargate where you don't
Question
Where do you install an app-embedded Defender?
Options
- Aon the hosts that run the Docker containers of the application
- Bon the images that become the Docker containers of the application
- Con the Docker containers that implement the application
- Don both the hosts and the images
How the community answered
(21 responses)- A5% (1)
- B90% (19)
- C5% (1)
Explanation
An app-embedded Defender is bundled directly into the container image at build time, before the image is deployed as a running container. This deployment model is used when you cannot run a host-based Defender (e.g., on managed container services like AWS Fargate where you don't control the underlying host). Because it lives inside the image, it starts when the container starts, providing runtime protection without requiring host-level access.
Topics
Community Discussion
No community discussion yet for this question.