Bose and Kubernetes
Bose and Kubernetes
Posted Jan 3, 2019 6:18 UTC (Thu) by jaymell (guest, #106443)Parent article: Bose and Kubernetes
Posted Jan 3, 2019 7:20 UTC (Thu)
by zdzichu (subscriber, #17118)
[Link]
Only quite recently k8s gained support for using IPVS (Linux IP Virtual Server) for networking (https://www.youtube.com/watch?v=4-pawkiazEg, Scale Kubernetes to Support 50,000 Services [I] - Haibin Xie & Quinton Hoole).
It is suprising, for Linux-native container solution to skim over Linux networkinging progress. Over the course of history, kubernetes started with obsolete solution (iptables), ignored nftables, only started to utilize a solution devised in 2002 (ipvs)… but began to flirt with eBPF :-) https://kubernetes.io/blog/2017/12/using-ebpf-in-kubernetes/
Bose and Kubernetes