An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
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.