Question 31

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

    Does this command display all the pods in the cluster that are labeled as 'env: development'?
    Solution: 'kubectl get pods -I env=development'
  • Question 33

    Which one of the following commands will show a list of volumes for a specific container?
  • Question 34

    Which statement is true?
  • Question 35

    The Kubernetes yaml shown below describes a networkPolicy.

    Will the networkPolicy BLOCK this traffic?
    Solution: a request issued from a pod lacking the tier: api label, to a pod bearing the tier: backend label