Hello, I have a question which makes me a bit confused. what is the difference . . .

kajal virdi:
Hello,

I have a question which makes me a bit confused.
what is the difference between CNI and service (clusterIP). I understood that both give connection between pods in different nodes.

Chirag Patel:
CNI is just plugins to enable containers to communicate with external network (on top of POD internal networking) so its basically interface. ClusterIP come in picture when we establish service on top and it is TYPE of service. It is default but if we need to setup service at all worker nodes then NodePort will be type.