Question 76
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.
Question 77
Two development teams in your organization use Kubernetes and want to deploy their applications while ensuring that Kubernetes-specific resources, such as secrets, are grouped together for each application.
Is this a way to accomplish this?
Solution: Create one pod and add all the resources needed for each application
Is this a way to accomplish this?
Solution: Create one pod and add all the resources needed for each application
Question 78
Will this command mount the host's '/data* directory to the ubuntu container in read-only mode?
Solution. 'docker run -add-volume /data /mydata -read-only ubuntu'
Solution. 'docker run -add-volume /data /mydata -read-only ubuntu'
Question 79
Is this a type of Linux kernel namespace that provides container isolation?
Solution.Host
Solution.Host
Question 80
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
