Hi, How to find the network plugin installed in kubernetes cluster?

Gopishankar P:
Hi, How to find the network plugin installed in kubernetes cluster?

Mohamed Ayman:
run ls -lh /opt/cni/bin . Also, you can run kubectl get pods -n kube-system and check which pod is related to the network plugin “flannel or weave,…etc”

Gopishankar P:
Thanks