Question 6

You want to provide a configuration file to a container at runtime. Does this set of Kubernetes tools and steps accomplish this?
Solution: Turn the configuration file into a configMap object, use it to populate a volume associated with the pod, and mount that file from the volume to the appropriate container and path.
  • Question 7

    After creating a new service named 'http', you notice that the new service is not registering as healthy. How do
    you view the list of historical tasks for that service by using the command line?
  • Question 8

    Which docker run` flag lifts cgroup limitations?
  • Question 9

    The Kubernetes yaml shown below describes a networkPolicy.

    Will the networkPolicy BLOCK this trafftc?
    Solution. a request issued from a pod bearing the tier: backend label, to a pod bearing the tier: frontend label
  • Question 10

    You add a new user to the engineering organization in DTR.
    Will this action grant them read/write access to the engineering/api repository?
    Solution: Add the user directly to the list of users with read/write access under the repository's Permissions tab.