Free DCA Exam Braindumps (page: 23)

Page 23 of 42

Does this command create aswarm service that only listens on port 53 using the UDP protocol? Solution: ‘docker service create-name dns-cache -p 53:53 -service udp dns-cache'

  1. Yes
  2. No

Answer(s): B



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 and mount it directly into the appropriate pod and container using the .spec.containers.configMounts key.

  1. Yes
  2. No

Answer(s): B



You want to provide a configuration file to a container at runtime. Does this set of Kubernetes tools and steps accomplish this?

Solution: Mount the configuration file directly into the appropriate pod and container using the
.spec.containers.configMounts key.

  1. Yes
  2. No

Answer(s): B



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.

  1. Yes
  2. No

Answer(s): A



Page 23 of 42



Post your Comments and Discuss Docker DCA exam with other Community members:

Simon commented on October 24, 2024
guys waht do you think about this dump?
Anonymous
upvote