KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 10


What function does kube-proxy provide to a cluster?

Show Answer
Correct Answer: B

kube-proxy is responsible for maintaining network rules on each node to forward data to the correct endpoints for Services. It ensures that network traffic destined for a Service is properly routed to one of the Service's endpoints, which are typically a set of associated Pods.

Discussion

2 comments
Sign in to comment
eduarteOption: B
Aug 15, 2023

B is correct

dadaarceOption: B
Mar 27, 2024

kube-proxy is a network proxy that runs on each node in the Kubernetes cluster. Its primary function is to maintain network rules on each node to forward traffic to the appropriate pods or services based on IP address and port number.