DCA Exam Question 6
You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this object.
Does this command display it?
Solution: kubectl events deployment api
Does this command display it?
Solution: kubectl events deployment api
DCA Exam Question 7
Is this the purpose of Docker Content Trust?
Solution. Sign and verify image tags.
Solution. Sign and verify image tags.
DCA Exam Question 8
Will This command list all nodes in a swarm cluster from the command line?
Solution. 'docker swarm nodes'
Solution. 'docker swarm nodes'
DCA Exam Question 9
You want to create a container that is reachable from its host's network. Does this action accomplish this?
Solution: Use --link to access the container on the bridge network.
Solution: Use --link to access the container on the bridge network.
DCA Exam Question 10
Seven managers are in a swarm cluster.
Is this how should they be distributed across three datacenters or availability zones?
Solution: 5-1-1
Is this how should they be distributed across three datacenters or availability zones?
Solution: 5-1-1
