Courseiva
Cloud Native Application DeliverymediumMatchingObjective-mapped

KCNA Cloud Native Application Delivery Practice Question

Match each Kubernetes resource to its primary purpose.

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

Concepts
Matches

Smallest deployable unit containing one or more containers

Stable network endpoint to access a set of Pods

Stores non-sensitive configuration data as key-value pairs

Cluster-wide storage resource provisioned by an administrator

Manages external access to services, typically HTTP

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

Pod: The smallest and simplest Kubernetes object, representing a set of running containers.

Pods are the smallest deployable units; Services provide stable networking to Pods; Deployments manage Pod lifecycle. Common confusions involve swapping Pod with Service, Service with ConfigMap, and Deployment with storage resources.

Answer analysis

Option-by-option breakdown

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

  • Pod: The smallest and simplest Kubernetes object, representing a set of running containers.

    Why this is correct

    This is the correct definition of a Pod.

  • Service: An abstraction that defines a logical set of Pods and a policy to access them.

    Why this is correct

    This is the correct definition of a Service.

  • Deployment: A controller that provides declarative updates for Pods and ReplicaSets.

    Why this is correct

    This is the correct definition of a Deployment.

  • Pod: A method to expose a set of Pods as a network service.

    Why it's wrong here

    Incorrect — this describes a Service, not a Pod.

  • Service: A resource that stores non-sensitive configuration data.

    Why it's wrong here

    Incorrect — this describes a ConfigMap, not a Service.

  • Deployment: A storage abstraction that provides persistent storage to Pods.

    Why it's wrong here

    Incorrect — this describes a PersistentVolumeClaim, not a Deployment.

About these practice questions

This KCNA question is part of Courseiva's 833-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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.