Calico (aka Tigera)

Calico implements container network interface plugin which enables inter-pod network with BGP, also advertising Service LB IPs.

Render and apply locally:

kustomize build . | kubectl diff -f-
kustomize build . | kubectl apply --server-side --force-conflicts -f-