Linux_FoundationLinux_Foundation
KCNA · Question #28
KCNA Question #28: Real Exam Question with Answer & Explanation
The correct answer is D: REST. Services and Pods in Kubernetes are exposed and managed as REST objects through the Kubernetes API.
Submitted by anna_se· May 4, 2026Kubernetes Fundamentals
Question
Services and Pods in Kubernetes are ______ objects.
Options
- AJSON
- BYAML
- CJava
- DREST
Explanation
Services and Pods in Kubernetes are exposed and managed as REST objects through the Kubernetes API.
Common mistakes.
- A. JSON is a data format often used to represent Kubernetes objects when interacting with the REST API, but the objects themselves are not inherently JSON.
- B. YAML is a human-friendly data serialization standard commonly used for defining Kubernetes object configurations, but it is a format, not the object's fundamental nature.
- C. Java is a programming language and has no direct bearing on the fundamental nature of Kubernetes objects.
Concept tested. Kubernetes API design (RESTful)
Reference. https://kubernetes.io/docs/concepts/overview/kubernetes-api/
Topics
#Kubernetes API#REST API#Kubernetes Objects#Pods and Services
Community Discussion
No community discussion yet for this question.