Cracking Kubernetes Node Proxy (a.k.a. kube-proxy)

This post analyzes the Kubernetes node proxy model, and provides 5
demo implementations (within couples of lines of code) of the model, each based on
different tech-stacks (userspace/iptables/ipvs/tc-ebpf/sock-ebpf). Read more

Similar