Question 41
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 any pod with the label app: nginx on port 8080 will be forwarded to port 80 in that pod.

Is this a correct statement about how this service routes requests?
Solution: Traffic sent to the IP of any pod with the label app: nginx on port 8080 will be forwarded to port 80 in that pod.
Question 42
You set up an automatic pruning policy on a DTR repository to prune all images using Apache licenses. What effect does this have on images in this repository?
Question 43
Is this a function of UCP?
Solution: enforces the deployment of signed images to the cluster
Solution: enforces the deployment of signed images to the cluster
Question 44
Will this command list all nodes in a swarm cluster from the command line?
Solution: 'docker node Is'
Solution: 'docker node Is'
Question 45
Can this set of commands identify the published port(s) for a container?
Solution. 'docker container inspect", docker port'
Solution. 'docker container inspect", docker port'