Question 41
A server is running low on disk space. What command can be used to check the disk usage of images,
containers, and volumes for Docker engine?
containers, and volumes for Docker engine?
Question 42
Does this command display all the pods in the cluster that are labeled as 'env: development'?
Solution: 'kubectl get pods --all-namespaces -I env=development'
Solution: 'kubectl get pods --all-namespaces -I env=development'
Question 43
Which statement is true?
Question 44
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution: docker network create -d overlay --secure
Solution: docker network create -d overlay --secure
Question 45
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.