MultipleChoice
What is the purpose of a client bundle in the Universal Control Plane?
OptionsMultipleChoice
Wha is the purpose of Docker Content Trust?
OptionsMultipleChoice
Following the principle of least privilege, which of the following methods can be used to securely grnt access to the specific user to communicate to a Docker engine? (Choose two.)
OptionsMultipleChoice
Which of the following are types of namespaces used by Docker to provide isolation? (Choose 2.)
OptionsMultipleChoice
Which of the following namespaces is disabled by default and must be enabled at Docker engine runtime in order to be used?
OptionsMultipleChoice
Which of the following statements is true about secrets?
OptionsMultipleChoice
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?
OptionsMultipleChoice
During development of an application meant to be orchestrated by Kubemetes, you want to mount the /data directory on your laptop into a container.
Will this strategy successfully accomplish this?
Solution. Create a Persistent VolumeClaim requesting storageClass:'''' (which defaults to local storage) and hostPath and use this to populate a volume in a pod.
OptionsMultipleChoice
In the context of a swarm mode cluster, does this describe a node?
Solution: a virtual machine participating in the swarm
OptionsMultipleChoice
Will this command display a list of volumes for a specific container?
Solution: docker container logs nginx --volumes'
Options