The talk is about the possibility of IPv6-only clusters addressing scale and performance requirements in data center networks.
- Psyllium experiment started in 2016 with IPv6-only container networking using EBPF and XDP
- IPv6 adoption has progressed in Kubernetes and hyperscale environments
- IPv6 offers more IPAM flexibility and larger cluster scale
- IPv6-only clusters unlock new Linux kernel innovations in networking and EBPF for data intensive workloads
- Cilium's networking data plane enables a low-latency architecture suitable for BIG TCP-based workloads requiring IPv6 for 100Gbit/s transfers and beyond for a single socket
- Cilium developed a new veth driver replacement for the kernel to achieve host networking performance characteristics for Pods
- With the resulting EBPF forwarding architecture, most unneeded parts of the stack are bypassed, drastically improving networking
In 2016, Psyllium experiment started with IPv6-only container networking using EBPF and XDP. However, the state of IPv6 adoption in Kubernetes and Docker was not quite there yet, so they had to implement IPv4 support upon popular demand. Fast forward to 2020, IPv6 adoption has progressed in Kubernetes and hyperscale environments, and IPv6 offers more IPAM flexibility and larger cluster scale. Cilium's networking data plane enables a low-latency architecture suitable for BIG TCP-based workloads requiring IPv6 for 100Gbit/s transfers and beyond for a single socket. They also developed a new veth driver replacement for the kernel to achieve host networking performance characteristics for Pods. With the resulting EBPF forwarding architecture, most unneeded parts of the stack are bypassed, drastically improving networking.