AKS Vertical Scaling

Mohamed Iflan 41 Reputation points
2022-06-29T05:42:48.837+00:00

We had a AKS cluster with 4 Node pool and we scale one node pool vertically. After scaling we are facing issues with the AGW not picking the backend endpoints and Backend health is unhealthy.

I read this https://github.com/Azure/AKS/issues/1556#issuecomment-615390245 and I would like to know if we delete the vertically scaled node pool and recreate it with previous VM size or new VM size will it solve the issue?

Thank you

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,081 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,146 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. srbhatta-MSFT 8,561 Reputation points Microsoft Employee
    2022-06-29T10:35:15.767+00:00

    Hello @Mohamed Iflan ,
    Thanks for reaching out to Microsoft QnA.
    Could you please clarify if you want to add extra node to the nodepool, or do you want to change the sku of the nodes in the nodepool?
    For the first scenario, you cannot change the VM sku size of a node pool after you create it. To change the VM sku size, as mentioned above, you will have to recreate the nodepool with the desired VM size and delete the nodepool with the older size.

    For the second scenario, when you want to scale a nodepool manually (adding more noded to the existing nodepool), you can use the az aks nodepool scale command as mentioned in this document - Scale a nodepool manually.

    Hope this clarifies your question. To understand why the AGW is not picking the backend endpoints, please let me know which is your scenario. I will await your response. Please do tag me in your reply. Thank you.

    -----------------

    Please accept as answer and upvote if the above information is helpful.

    1 person found this answer helpful.
    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.