Courseiva
Container OrchestrationeasyMultiple ChoiceObjective-mapped

KCNA Container Orchestration Practice Question

What is the purpose of the Container Runtime Interface (CRI) in Kubernetes?

⚠ Common exam trap

A common exam trap is confusing the CRI's role in runtime abstraction with storage (CSI) or networking (CNI) interfaces, leading candidates to select options B or C.

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

To allow kubelet to use different container runtimes

The Container Runtime Interface (CRI) is a plugin interface that enables the kubelet to use a variety of container runtimes without needing to recompile the Kubernetes source code. By defining a standard API (gRPC-based) for runtime operations like pulling images and managing containers, CRI decouples Kubernetes from specific runtime implementations such as containerd, CRI-O, or Docker (via dockershim). This abstraction allows cluster administrators to choose the most suitable runtime for their environment while maintaining compatibility with the Kubernetes control plane.

Answer analysis

Option-by-option breakdown

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

  • To allow kubelet to use different container runtimes

    Why this is correct

    CRI abstracts the container runtime so kubelet can work with any CRI-compliant runtime.

  • To manage persistent storage for containers

    Why it's wrong here

    Storage is managed by CSI.

  • To provide a network plugin interface for pods

    Why it's wrong here

    Networking is handled by CNI.

  • To define a standard for container images

    Why it's wrong here

    Image standards are defined by OCI.

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.