DCA Exam Question 41

Will this configuration achieve fault tolerance for managers in a swarm?
Solution: an odd number of manager nodes, totaling more than two
  • DCA Exam Question 42

    Does this describe the role of Control Groups (cgroups) when used with a Docker container?
    Solution: user authorization to the Docker API
  • DCA Exam Question 43

    Will this action upgrade Docker Engine CE to Docker Engine EE?
    Solution. Disable the Docker service via 'chkconfig' or 'systemctl'.
  • DCA Exam Question 44

    Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?
    Solution: net
  • DCA Exam Question 45

    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.