Question 6
How do you change the default logging driver for the docker daemon in Linux?
Question 7
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?
Solution: user
Solution: user
Question 8
Is this a supported user authentication method for Universal Control Plane?
Solution.SAML
Solution.SAML
Question 9
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 10
Does this describe the role of Control Groups (cgroups) when used with a Docker container?
Solution: user authorization to the Docker API
Solution: user authorization to the Docker API
