DCA Exam Question 11

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

    The Kubernetes yaml shown below describes a networkPolicy.

    Will the networkPolicy BLOCK this traffic?
    Solution: a request issued from a pod bearing the tier: backend label, to a pod bearing the tier: frontend label
  • DCA Exam Question 13

    Two development teams in your organization use Kubernetes and want to deploy their applications while ensuring that Kubernetes-specific resources, such as secrets, are grouped together for each application.
    Is this a way to accomplish this?
    Solution: Create one pod and add all the resources needed for each application
  • DCA Exam Question 14

    In Docker Trusted Registry, is this how a user can prevent an image, such as 'nginx:latest', from being overwritten by another user with push access to the repository?
    Solution: Use the DTR web Ul to make all tags in the repository immutable.
  • DCA Exam Question 15

    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