Storage Questions
Practice questions for Storage topic in Kubernetes and Cloud Native Associate. 8 questions covering this domain.
A cluster should automatically provision storage when a matching claim is created. Which resource defines the classes of storage available for that dy...
A developer needs storage for a Pod and wants Kubernetes to find or provision matching storage on their behalf. Which resource should the developer cr...
Which Kubernetes resource represents the actual provisioned storage in a cluster (an NFS mount, a cloud disk, etc.) that can be bound to a PersistentV...
An operator notices that a PersistentVolumeClaim is stuck in Pending state after creation. The StorageClass exists and has a working provisioner. What...
A team wants the underlying storage asset kept after a claim is released so an operator can clean it up manually later. Which reclaim policy fits?
A database Pod must have exclusive cluster wide access to a volume so no second Pod anywhere can mount it at the same time. Which access mode best fit...
A PersistentVolume uses the Delete reclaim policy and its claim is removed. What should the storage team expect next?
Two Pods scheduled on the same node need to mount the same volume claim in read-write mode. The access mode is ReadWriteOnce. Which statement is corre...
Sign in to see all 8 questions
Create a free account to browse all questions — completely free during our launch phase.