Kubernetes and Cloud Native Associate (KCNA) — Question 48
Services and Pods in Kubernetes are ______ objects.
Answer options
- A. JSON
- B. YAML
- C. Java
- D. REST
Correct answer: D
Explanation
The correct answer is D, as Services and Pods in Kubernetes are defined using RESTful APIs. JSON and YAML are formats used to represent these objects, while Java is a programming language and does not pertain to the classification of Kubernetes objects.