Question 56

You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this object. Does this command display it?
Solution: kubectl logs deployment api
  • Question 57

    Which of the following namespaces is disabled by default and must be enabled at Docker engine runtime in order to be used?
  • Question 58

    Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?
    Solution: seccomp
  • Question 59

    In the context of a swarm mode cluster, does this describe a node?
    Solution. an instance of the Docker CLI connected to the swarm
  • Question 60

    Are these conditions sufficient for Kubernetes to dynamically provision a persistentVolume, assuming there are no limitations on the amount and type of available external storage?
    Solution: A default provisioner is specified, and subsequently a persistentVolumeClaim is created.