Courseiva
Cloud Native Application DeliverymediumMatchingObjective-mapped

KCNA Cloud Native Application Delivery Practice Question

Match each Kubernetes storage concept to its description.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Request for storage by a user, referencing a PersistentVolume

Describes classes of storage with different QoS, backup policies, etc.

Ephemeral volume that shares a pod's lifecycle

Mounts a file or directory from the host node's filesystem

Container Storage Interface standard for pluggable storage drivers

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

PersistentVolume: A piece of storage in the cluster provisioned by an administrator.

The correct matches are: PersistentVolume is a cluster storage resource, PersistentVolumeClaim is a user request for storage, and StorageClass defines storage classes. Two common confusions are swapping PV and PVC definitions.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • PersistentVolume: A piece of storage in the cluster provisioned by an administrator.

    Why this is correct

    PersistentVolume is a cluster resource that represents a storage volume, independent of any pod.

  • PersistentVolumeClaim: A request for storage by a user that binds to a PersistentVolume.

    Why this is correct

    PersistentVolumeClaim is a request for storage by a user, which binds to a PersistentVolume matching the requirements.

  • StorageClass: Defines the type of storage, including provisioner and parameters, that a PersistentVolumeClaim can request.

    Why this is correct

    StorageClass is a way to describe different classes of storage, enabling dynamic provisioning of PersistentVolumes.

  • PersistentVolume: A request for storage by a user that binds to a PersistentVolume.

    Why it's wrong here

    This description actually refers to a PersistentVolumeClaim, not a PersistentVolume.

  • PersistentVolumeClaim: A piece of storage in the cluster provisioned by an administrator.

    Why it's wrong here

    This description actually refers to a PersistentVolume, not a PersistentVolumeClaim.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

One of 833 original KCNA practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This KCNA practice question is part of Courseiva's free CNCF certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the KCNA exam.