I have an Azure AKS Cluster which utilizes the Azure CNI Network plugin.
How can I find the CNI version being used in this cluster?
I want find out if my AKS Cluster used the traditional Azure CNI v1 or Azure CNIv2.
according to this document you can do:
/opt/cni/bin/azure-vnet --version
on your node(s). that can be easily done with kubectl debug