What AKS node types support AVX2?

Copper Contributor

Title.

 

I have an AKS cluster deployed, and one of the scripts within a running pod fails because of what seems like an unsupported instruction set (AVX2).

 

I looked into documentation and used the az cli, but couldn't find detail of what each image or series support.

 

could run multiple nodes and check manually, though there must be a better way. Right?

3 Replies
any Azure Kubernetes Service (AKS) node type that uses an Intel processor from the Xeon E5 v4 or Xeon Scalable (Skylake) family or later supports AVX2 (Advanced Vector Extensions 2) instructions. AVX2 is a set of instructions for performing vector operations on Intel processors, and it can be used to accelerate certain workloads such as machine learning and scientific computing.