Aug 18, 2023
My two cents - for more advanced users consider looking into BPF. Kubernetes Networking is made to be flexible, rather than being completely optimal and latency efficient. To comprehend this, a while ago Cilium developed a project/program called BPF, completely replacing the kube-proxy command and avoiding the unefficient traversal of packets from the host network interface to the pod.