Share via

Node VM Autoscaling AKS

Amit Sharma 0 Reputation points
2023-02-28T06:05:11.64+00:00

Hello,
I want to scale Aks node vertically, is it possible or is there any other solution around that, actually am running Jekins inside my AKS cluster and there can be thousands of requests to jenkins at a time , when i use Node auto scaler from AKS itself , it actully do the horizontal scalling of a node VM, but that doesn't help, because i am not doing Horizontal POD autoscaling, i want Vertical POD autoscaling.

Please guide me any possible solution for that

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.


1 answer

Sort by: Most helpful
  1. Ammar Abdl-Qader 1,176 Reputation points Microsoft Employee
    2023-02-28T06:12:48.1766667+00:00

    hello @Amit Sharma

    Vertical Pod Autoscaling is a feature in Azure Kubernetes Service (AKS) that allows you to automatically adjust the resources requested by your pods.

    This helps you optimize the resource utilization of your cluster and reduce costs. You can enable Vertical Pod Autoscaling by using the az aks update command with the --enable-vpa parameter

    You can also disable it by using the --disable-vpa parameter.

    You can find more information about Vertical Pod Autoscaling in Azure Kubernetes Service (AKS) in the following link: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/aks/vertical-pod-autoscaler.md

    https://learn.microsoft.com/en-us/azure/aks/vertical-pod-autoscaler

    Please accept answer and upvote if the above information is helpful for the benefit of the community.

    Was this answer helpful?

    0 comments No comments

Your answer

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