Standard_D8s_v3 - Cascade Lake CPU architecture preferred

Pienaar, L. (Louis) 1 Reputation point
2021-12-13T17:14:44.257+00:00

My AKS node pool is configured to use Standard_D8s_v3 node size. These nodes can be any one of four CPU architectures (Cascade Lake, Skylake, Broadwell or Haswell).

My workloads are failing on all architectures, except Cascade lake. However, I can not vertically scale to v4, which uses only Cascade Lake.

Hence my question is, is there a way to get my nodes to only be Cascade Lake nodes?

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,448 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Praveen Prabhakaran 546 Reputation points Microsoft Employee
    2021-12-14T02:50:38.1+00:00

    @Pienaar, L. (Louis)

    once the node pool is created you will not be able to scale to a different SKU you can only increase or decrease the node count. to switch to new SKU you may need to add a new node pool with V4 series and drain the workloads to the new node pool and delete the existing one.

    Please 'Accept as answer' if the provided information is helpful, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.