KCNA Container Orchestration Practice Question
What is the primary purpose of the Container Runtime Interface (CRI) in Kubernetes?
⚠ Common exam trap
CNCF often tests the distinction between CRI (runtime abstraction) and CNI (network abstraction), so the trap here is confusing container runtime management with container networking, leading candidates to pick Option 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 provide a standard interface between the kubelet and container runtimes
The Container Runtime Interface (CRI) is a plugin protocol that enables the kubelet to use any OCI-compliant container runtime (e.g., containerd, CRI-O) without needing to recompile Kubernetes. It defines gRPC APIs for runtime and image service operations, abstracting the runtime implementation from the kubelet's pod lifecycle management.
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 store container images in a registry
Why it's wrong here
Image storage is done by registries, not CRI.
- ✗
To define the format of container images
Why it's wrong here
Image format is defined by OCI, not CRI.
- ✗
To manage container network interfaces
Why it's wrong here
Networking is handled by CNI, not CRI.
- ✓
To provide a standard interface between the kubelet and container runtimes
Why this is correct
CRI is a plugin interface that enables the kubelet to use different container runtimes.
Go deeper
Related to this question
Learn chapter
Kubernetes Overview and Core Components
Key term
Pod Lifecycle
The Pod Lifecycle describes the sequence of states a Kubernetes pod passes through from creation to termination, including pending, running, succeeded, failed, and unknown conditions.
Key term
Container Runtime Interface
The Container Runtime Interface (CRI) is a standardized plugin protocol that allows Kubernetes to work with different container runtimes without needing to change its core code.
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 →
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.