DCA Exam Question 66

Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution: Manually download the 'docker-ee' package
  • DCA Exam Question 67

    Will this command list all nodes in a swarm cluster from the command line?
    Solution. 'docker inspect nodes
  • DCA Exam Question 68

    Will this action upgrade Docker Engine CE to Docker Engine EE?
    Solution: Manually download the 'docker-ee' package
  • DCA Exam Question 69

    A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster.
    Can this be used to schedule containers to meet the security policy requirements?
    Solution: resource reservation
  • DCA Exam Question 70

    You are running only Kubernetes workloads on a worker node that requires maintenance, such as installing patches or an OS upgrade.
    Which command must be run on the node to gracefully terminate all pods on the node, while marking the node as unschedulable?