Will a DTR security scan detect this?
Solution. image configuration poor practices, such as exposed ports or inclusion of compilers in production images
Will a DTR security scan detect this?
Solution. private keys copied to the image
An application image runs in multiple environments, with each environment using different certificates and ports.
Is this a way to provision configuration to containers at runtime?
Solution: Create a Dockerfile for each environment, specifying ports and ENV variables for certificates.
Seven managers are in a swarm cluster.
Is this how should they be distributed across three datacenters or availability zones?
Solution: 3-3-1
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution.docker network create -d overlay --secure
Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?
Solution: cgroups
Is this an advantage of multi-stage builds?
Solution: simultaneously creates and tags multiple images
The Kubernetes yaml shown below describes a clusterIP service.
Is this a correct statement about how this service routes requests?
Solution: Traffic sent to the IP of this service on port 8080 will be routed to port 80 in a random pod with the label aPP: nginx.
Will this command display a list of volumes for a specific container?
Solution. ‘docker container inspect nginx’
Is this a type of Linux kernel namespace that provides container isolation?
Solution: Authentication