Question 86
An application image runs in multiple environments, and each environment uses different certificates and ports, what is the best practice to deploy the containers?
Question 87
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: label contraints
Can this be used to schedule containers to meet the security policy requirements?
Solution: label contraints
Question 88
The following Docker Compose file is deployed as a stack:

Is this statement correct about this health check definition?
Solution: Health checks test for app health ten seconds apart. Three failed health checks transition the container into "unhealthy" status.

Is this statement correct about this health check definition?
Solution: Health checks test for app health ten seconds apart. Three failed health checks transition the container into "unhealthy" status.
Question 89
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 90
You want to mount external storage to a particular filesystem path in a container in a Kubernetes pod. What is the correct set of objects to use for this?
