Question 66

Is this a function of UCP?
Solution: image role-based access control
  • Question 67

    Will this command display a list of volumes for a specific container?
    Solution: docker volume logs nginx --containers'
  • Question 68

    Is this a supported user authentication method for Universal Control Plane?
    Solution: PAM
  • Question 69

    Two development teams in your organization use Kubernetes and want to deploy their applications while ensuring that Kubernetes-specific resources, such as secrets, are grouped together for each application.
    Is this a way to accomplish this?
    Solution: Add all the resources to the default namespace.
  • Question 70

    You want to create a container that is reachable from its host's network. Does this action accomplish this?
    Solution: Use --link to access the container on the bridge network.