Kubernetes and Cloud Native Associate (KCNA) — Question 100
The Container Runtime Interface (CRI) defines the protocol for the communication between:
Answer options
- A. The kubelet and the container runtime.
- B. The container runtime and etcd.
- C. The kube-apiserver and the kubelet.
- D. The container runtime and the image registry.
Correct answer: A
Explanation
The correct answer is A because the CRI specifically outlines how the kubelet interacts with the container runtime to manage container lifecycle. Options B, C, and D are incorrect as they refer to different components that do not utilize CRI for their communication.