DCA Exam Question 101
Which docker run` flag lifts cgroup limitations?
DCA Exam Question 102
One of several containers in a pod is marked as unhealthy after failing its livenessProbe many times. Is this the action taken by the orchestrator to fix the unhealthy container?
Solution: Kubernetes automatically triggers a user-defined script to attempt to fix the unhealthy container.
Solution: Kubernetes automatically triggers a user-defined script to attempt to fix the unhealthy container.
DCA Exam Question 103
Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
Solution. Set and export the IGNORE_TLS environment variable on the command line.
Solution. Set and export the IGNORE_TLS environment variable on the command line.
DCA Exam Question 104
Will this configuration achieve fault tolerance for managers in a swarm?
Solution: an odd number of manager nodes, totaling more than two
Solution: an odd number of manager nodes, totaling more than two
DCA Exam Question 105
Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
Solution: Delete the image and delete the image repository from Docker Trusted Registry
Solution: Delete the image and delete the image repository from Docker Trusted Registry
