kubernetes: How to view or list the installed CNI addons? kubernetes: How to view or list the installed CNI addons? kubernetes kubernetes

kubernetes: How to view or list the installed CNI addons?


if you list the pods in kube-system namespace, you can see the pods. The pod's names will be started with weave-net-xxxxx. Since it is Deamonset object, the pod's count will be based on your k8s nodes. Actually one pod will be created for one node.

kubectl get pods -n kube-system