DCA Exam Question 6
Which one of the following commands will result in the volume being removed automatically once the container has exited?
DCA Exam Question 7
You want to provide a configuration file to a container at runtime. Does this set of Kubernetes tools and steps accomplish this?
Solution: Turn the configuration file into a configMap object, use it to populate a volume associated with the pod, and mount that file from the volume to the appropriate container and path.
Solution: Turn the configuration file into a configMap object, use it to populate a volume associated with the pod, and mount that file from the volume to the appropriate container and path.
DCA Exam Question 8
Seven managers are in a swarm cluster.
Is this how should they be distributed across three datacenters or availability zones?
Solution: 3-3-1
Is this how should they be distributed across three datacenters or availability zones?
Solution: 3-3-1
DCA Exam Question 9
Which of the following is required to install Docker EE from a package repository?
DCA Exam Question 10
You want to create a container that is reachable from its host's network. Does this action accomplish this?
Solution: Use --link to access the container on the bridge network.
Solution: Use --link to access the container on the bridge network.
