Kubernetes and Cloud Native Associate (KCNA) — Question 160
What edge and service proxy tool is designed to be integrated with cloud native applications?
Answer options
- A. CoreDNS
- B. CNI
- C. gRPC
- D. Envoy
Correct answer: D
Explanation
Envoy is specifically built for cloud native applications, providing advanced service proxy capabilities. CoreDNS is primarily a DNS server, CNI deals with container networking, and gRPC is a remote procedure call framework, none of which serve as service proxies in the same capacity as Envoy.