0 votes
in Kubernetes K8s by
What do you understand by Kube-proxy?

1 Answer

0 votes
by

Kube-proxy can run on each and every node and can do simple TCP/UDP packet forwarding across backend network service. So basically, it is a network proxy that reflects the services as configured in Kubernetes API on each node. So, the Docker-linkable compatible environment variables provide the cluster IPs and ports which are opened by proxy.

Related questions

0 votes
asked Jan 11, 2023 in Kubernetes K8s by sharadyadav1986
0 votes
asked Dec 26, 2021 in Kubernetes K8s by SakshiSharma
...