KCNA Container Orchestration Practice Question
What is the Container Runtime Interface (CRI)?
⚠ Common exam trap
Candidates often confuse the CRI with container image specifications (OCI Image Spec) or container runtime tools (like Docker), but the CRI is strictly an API interface between the kubelet and the runtime, not a tool or a specification for images.
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
✓
An API between kubelet and container runtime
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 kubelet. It defines a gRPC API (protocol buffers) for the kubelet to communicate with the container runtime, covering operations like pod lifecycle management and image management. Option D correctly identifies this as the API between the kubelet and the container runtime.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
A tool for building container images
Why it's wrong here
That's Docker or Buildah.
- ✗
A standard for container runtime logs
Why it's wrong here
CRI is not about logs.
- ✗
A specification for container images
Why it's wrong here
That's OCI image spec.
- ✓
An API between kubelet and container runtime
Why this is correct
Correct. CRI allows kubelet to communicate with runtimes like containerd and CRI-O.
Go deeper
Related to this question
Learn chapter
Pods and Workload Management
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.
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.
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 →
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.