DCA Exam Question 31

Seven managers are in a swarm cluster.
Is this how should they be distributed across three datacenters or availability zones?
Solution: 4-2-1
  • DCA Exam Question 32

    During development of an application meant to be orchestrated by Kubernetes, you want to mount the /data directory on your laptop into a container.
    Will this strategy successfully accomplish this?
    Solution: Add a volume to the pod that sets hostPath.path: /data, and then mount this volume into the pod's containers as desired.
  • DCA Exam Question 33

    You configure a local Docker engine to enforce content trust by setting the environment variable DOCKER_CONTENT_TRUST=1.
    If myorg/myimage: 1.0 is unsigned, does Docker block this command?
    Solution: docker service create myorg/myimage:1.0
  • DCA Exam Question 34

    You add a new user to the engineering organization in DTR.
    Will this action grant them read/write access to the engineering/api repository?
    Solution. Mirror the engineering/api repository to one of the user's own private repositories.
  • DCA Exam Question 35

    Is this a type of Linux kernel namespace that provides container isolation?
    Solution: Storage