Question 151

Is this a function of UCP?
Solution: scans images to detect any security vulnerability
  • Question 152

    When seven managers are in a swarm cluster how would they be distributed across three datacenters or availability zones?
  • Question 153

    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 154

    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 155

    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 events deployment api