Linux_FoundationLinux_Foundation
KCNA · Question #163
KCNA Question #163: Real Exam Question with Answer & Explanation
The correct answer is D: Run, Build, Distribute containers. The Open Container Initiative (OCI) sets standards for how container runtimes operate and how container images are structured, built, and distributed.
Submitted by sofia.br· May 4, 2026Kubernetes Fundamentals
Question
Open Container Initiative set container standards for
Options
- ACode, Build, Distribute, Deploy containers
- BRun, build, and image
- CCode, Build, Distribute containers
- DRun, Build, Distribute containers
Explanation
The Open Container Initiative (OCI) sets standards for how container runtimes operate and how container images are structured, built, and distributed.
Common mistakes.
- A. OCI primarily focuses on runtime and image format, not explicitly on "Code" or "Deploy" as high-level phases of the entire container lifecycle, which are broader concepts.
- B. While "Run, build, and image" are related, "Distribute" is a core aspect of the OCI Image Format Specification, defining how images are shared.
- C. "Code" is too broad for OCI's focus, which centers on artifacts after code is written, though "Distribute" is correct, runtime operations are also key.
Concept tested. Open Container Initiative (OCI) standards
Reference. https://opencontainers.org/about/overview/
Topics
#OCI#Container standards#Container image#Container runtime
Community Discussion
No community discussion yet for this question.