DCA Exam Question 31

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: The unhealthy container is restarted.
  • DCA Exam Question 32

    Which of the following commands starts a Redis container and configures it to always restart unless it is
    explicitly stopped or Docker is restarted?
  • DCA Exam Question 33

    During development of an application meant to be orchestrated by Kubernetes, you want to mount the /data directory on your laptop into a container.
    Will this strategy successfully accomplish this?
    Solution: Add a volume to the pod that sets hostPath.path: /data, and then mount this volume into the pod's containers as desired.
  • DCA Exam Question 34

    When using the Docker client to push an image to a registry, what environment variable is used to instruct the client to perform signing of the image?
  • DCA Exam Question 35

    Is this a type of Linux kernel namespace that provides container isolation?
    Solution: Network