Second Round (RE-DO): Why use kube-proxy
Sigiloso
Kube-proxy abstracts pod IP addresses from the clients and provides a way to load balance the traffic between them. When a Kubernetes Service is created, it gets a virtual IP (ClusterIP), and kube-proxy uses iptables (or IPVS in newer implementations) to route traffic destined to these virtual IPs to the actual backend pods