DCA試験無料問題集「Docker Certified Associate (DCA) 認定」
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.
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.
正解:B
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Are these conditions sufficient for Kubernetes to dynamically provision a persistentVolume, assuming there are no limitations on the amount and type of available external storage?
Solution: A persistentVolumeClaim is created that specifies a pre-defined provisioner.
Solution: A persistentVolumeClaim is created that specifies a pre-defined provisioner.
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)