Question 146

The following Docker Compose file is deployed as a stack:

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

    Which statement is correct about cluster management in Docker Enterprise Edition 3.x?
  • Question 148

    Does this describe the role of Control Groups (cgroups) when used with a Docker container?
    Solution: role-based access control to clustered resources
  • Question 149

    Will this command ensure that overlay traffic between service tasks is encrypted?
    Solution: docker service create --network --secure
  • Question 150

    The Kubernetes yaml shown below describes a networkPolicy.

    Will the networkPolicy BLOCK this trafftc?
    Solution. a request issued from a pod bearing the tier: backend label, to a pod bearing the tier: frontend label