Question 36

A persistentVolumeClaim (PVC) is created with the specification storageClass: "", and size requirements that cannot be satisfied by any existing persistentVolume.
Is this an action Kubernetes takes in this situation?
Solution: The PVC remains unbound until a persistentVolume that matches all requirements of the PVC becomes available.
  • Question 37

    Will a DTR security scan detect this?
    Solution: licenses for known third party binary components
  • Question 38

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

    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 describe deployment api
  • Question 40

    In Docker Trusted Registry, how would a user prevent an image, for example 'nginx:latest' from being
    overwritten by another user with push access to the repository?