AKS cluster find Azure CNI version

348 Views Asked by At

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.

1

There are 1 best solutions below

0
4c74356b41 On BEST ANSWER

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