Tuesday, March 19, 2019

Kubernetes networking

So it seems that there are two networking models being standardized for Kubernetes - one is CNM and second is CNI. It seems that CNI is winning the battle and will become de facto standard.

I've came across this fundamental description of the CNM model which I find very useful to properly design underlying network: The Docker CNM model

Does anybody know what is the "contract between networks and containers" in case of CNI?



No comments:

Post a Comment