Question 46
Wha is the purpose of Docker Content Trust?
Question 47
Which of the following commands starts a Redis container and configures it to always restart unless it is
explicitly stopped or Docker is restarted?
explicitly stopped or Docker is restarted?
Question 48
You want to provide a configuration file to a container at runtime. Does this set of Kubernetes tools and steps accomplish this?
Solution: Mount the configuration file directly into the appropriate pod and container using the .spec.containers.configMounts key.
Solution: Mount the configuration file directly into the appropriate pod and container using the .spec.containers.configMounts key.
Question 49
What is the difference between a resource limit and a resource reservation when scheduling services?
Question 50
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: node taints
Can this be used to schedule containers to meet the security policy requirements?
Solution: node taints