Kubernetes and Cloud Native Associate (KCNA) — Question 65
What component enables end users, different parts of the Kubernetes cluster, and external components to communicate with one another?
Answer options
- A. kubectl
- B. AWS Management Console
- C. Kubernetes API
- D. Google Cloud SDK
Correct answer: C
Explanation
The correct answer is C, the Kubernetes API, as it serves as the primary interface for communication within the Kubernetes ecosystem. Options A, B, and D are tools or platforms that interact with Kubernetes but do not directly facilitate communication throughout the cluster.