Vinod Kumar
Vinod Kumar

Reputation: 592

kubernetes CNI (container networking interface)

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?

Upvotes: 2

Views: 456

Answers (1)

Prafull Ladha
Prafull Ladha

Reputation: 13459

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.

Upvotes: 4

Related Questions