DCA Exam Question 61

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
  • DCA Exam Question 62

    In the context of a swarm mode cluster, does this describe a node?
    Solution: a physical machine participating in the swarm
  • DCA Exam Question 63

    Which of the following is true about using the '-P' option when creating a new container?
  • DCA Exam Question 64

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

    Will this command display a list of volumes for a specific container?
    Solution:docker volume inspect nginx'