I am new to kubernetes world, Can someone specify/tell/redirect as to:
what is Kubernetes CNI?
why is it used?
what are its usecases?
what are the best CNI plugins?
Asked
Active
Viewed 326 times
2

Dan Kohn
- 33,811
- 9
- 84
- 100

Vinod Kumar
- 562
- 5
- 12
1 Answers
4
You can go through following blogs to understand what is CNI and why it is used:
https://thenewstack.io/kubernetes-and-cni-whats-next-making-it-easier-to-write-networking-plugins/
Following link has some good information about different type of CNI plugins available and when to use what:
https://chrislovecnm.com/kubernetes/cni/choosing-a-cni-provider/
Hope this helps.

Prafull Ladha
- 12,341
- 2
- 37
- 58
-
Thanks a lot, indeed was very helpful links to kick-start working with Kubernetes CNI. – Vinod Kumar Nov 15 '18 at 05:47