Kubernetes Dataplane Meeting Moved to Jan 26th

Update! Wed Dataplane call moved to Jan 26th. Tuesday Jan 11th meeting will happen tomorrow, the slide deck for the discussion is here.

Kubernetes Networking Infrastructure Teams Call Jan 11th @ 8am PT & Kubernetes Dataplane Offload Teams Call Jan 26th @ 8am PT

Jan 11th @ 8am PT: Kubernetes Networking Infrastructure

Teams Meeting

Discuss different trust models for Kubernetes networking. The delineation between components remaining on the host compute and what must be separated as part of the infrastructure will determine the level of security isolation and types of offload between tenant and infrastructure. Different models may require new management, orchestration flows, and communication channels between the host and infrastructure components.

Jan 26th @ 8am PT: Kubernetes Networking Dataplane Offload

Teams Meeting

Discuss the dataplane model for the networking functions inside Kubernetes, including stateful firewall, multi-tiered Network Policy, micro-segmentation, dynamic load balancing (using NAT), tunneling and telemetry. The proposal is to define this dataplane in P4 and instantiate a P4 pipeline as a ‘co-processor’ alongside the network operating system to process packets on its behalf. This preserves the control planes used to interconnect nodes and services used in Kubernetes while replacing the linux kernel dataplane with a programmable pipeline defined in P4. This P4 pipeline can be run in software, hardware or some combination, assuming a compiler for that target that can compile the Kubernetes program written in P4_16 using PNA (the Portable NIC Architecture).