Question 26
Which of the following is required to install Docker EE from a package repository?
Question 27
Are these conditions sufficient for Kubernetes to dynamically provision a persistentVolume, assuming there are no limitations on the amount and type of available external storage?
Solution: A default provisioner is specified, and subsequently a persistentVolumeClaim is created.
Solution: A default provisioner is specified, and subsequently a persistentVolumeClaim is created.
Question 28
What service mode is used to deploy a single task of a service to each node?
Question 29
Seven managers are in a swarm cluster.
Is this how should they be distributed across three datacenters or availability zones?
Solution: 3-3-1
Is this how should they be distributed across three datacenters or availability zones?
Solution: 3-3-1
Question 30
You want to create a container that is reachable from its host's network. Does this action accomplish this?
Solution: Use network attach to access the containers on the bridge network
Solution: Use network attach to access the containers on the bridge network
