DCA Exam Question 56
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution: docker service create --network --secure
Solution: docker service create --network --secure
DCA Exam Question 57
Which of the following commands is used to display system-wide Docker configuration on a host?
DCA Exam Question 58
A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
Solution: inter-process communication
Solution: inter-process communication
DCA Exam Question 59
Which of the following commands will ensure that overlay traffic between service tasks is encrypted?
DCA Exam Question 60
Does this command display all the pods in the cluster that are labeled as 'env: development'?
Solution: 'kubectl get pods --all-namespaces -I env=development'
Solution: 'kubectl get pods --all-namespaces -I env=development'
