DCA Exam Question 11
The Kubernetes yaml shown below describes a networkPolicy.

Will the networkPolicy BLOCK this trafftc?
Solution. a request issued from a pod bearing the tier: backend label, to a pod bearing the tier: frontend label

Will the networkPolicy BLOCK this trafftc?
Solution. a request issued from a pod bearing the tier: backend label, to a pod bearing the tier: frontend label
DCA Exam Question 12
Will This command list all nodes in a swarm cluster from the command line?
Solution. 'docker swarm nodes'
Solution. 'docker swarm nodes'
DCA Exam Question 13
Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?
Solution: seccomp
Solution: seccomp
DCA Exam Question 14
You want to mount external storage to a particular filesystem path in a container in a Kubernetes pod.
What is the correct set of objects to use for this?
What is the correct set of objects to use for this?
DCA Exam Question 15
Can this set of commands identify the published port(s) for a container?
Solution. 'docker port inspect", docker container inspect"
Solution. 'docker port inspect", docker container inspect"
