Question 101

The Kubernetes yaml shown below describes a clusterIP service.

Is this a correct statement about how this service routes requests?
Solution: Traffic sent to the IP of this service on port 8080 will be routed to port 80 in a random pod with the label aPP: nginx.
  • Question 102

    Two pods bear the same label, app: dev.
    Will a label selector matching app: dev match both of these pods?
  • Question 103

    What is the purpose of a client bundle in the Universal Control Plane?
  • Question 104

    If installing Docker using devicemapper for storage with the Intent to run production workloads, how should devicemapper be configured
  • Question 105

    You want to provide a configuration file to a container at runtime. Does this set of Kubernetes tools and steps accomplish this?
    Solution: Mount the configuration file directly into the appropriate pod and container using the .spec.containers.configMounts key.