Exam KCNA All QuestionsBrowse all questions from this exam
Question 10

What function does kube-proxy provide to a cluster?

    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
eduarteOption: B

B is correct

dadaarceOption: B

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.