Kubernetes CNI vs Kube-proxy
OVERLAY NETWORK Kubernetes assumes that every pod has an IP address and that you can communicate with services inside that pod by using that IP address. When I say “overlay network” this is what I mean (“the system that lets you refer to a pod by its IP address”). All other Kubernetes networking stuff relies … Read more