DCA Exam Question 71

The Kubernetes yaml shown below describes a networkPolicy.

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

    Will this action upgrade Docker Engine CE to Docker Engine EE?
    Solution. Run docker engine activate.
  • DCA Exam Question 73

    Which networking drivers allow you to enable multi-host network connectivity between containers?
  • DCA Exam Question 74

    Does this command create a swarm service that only listens on port 53 using the UDP protocol?
    Solution. 'docker service create -name dns-cache -p 53:53 -udp dns-cache'
  • DCA Exam Question 75

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