DCA Exam Question 126
A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
Solution: Linux capabilities
Solution: Linux capabilities
DCA Exam Question 127
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.environment variables
Solution.environment variables
DCA Exam Question 128
The Kubernetes yaml shown below describes a clusterIP service.

Is this a correct statement about how this service routes requests?
Solution: Traffic sent to the IP of this service on port 80 will be routed to port 8080 in a random pod with the label app:
nginx.

Is this a correct statement about how this service routes requests?
Solution: Traffic sent to the IP of this service on port 80 will be routed to port 8080 in a random pod with the label app:
nginx.
DCA Exam Question 129
Is this a type of Linux kernel namespace that provides container isolation?
Solution: Storage
Solution: Storage
DCA Exam Question 130
Which of the following modes can be used for service discovery of a Docker swarm service (Pick 2 correct answers)
