Resize AKS node on Free tier

Anonymous
2023-02-28T07:08:39.58+00:00

We are running Java application on AKS cluster and facing below error

java.lang.OutOfMemoryError: Java heap space.

How can I change the size of existing AKS node to resolve above issue.

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.
0 comments No comments
{count} votes

Answer accepted by question author
  1. KarishmaTiwari-MSFT 20,842 Reputation points Microsoft Employee Moderator
    2023-02-28T07:42:36.2833333+00:00

    Hi Shah Khan , Thanks for posting your query on Microsoft Q&A.

    Resizing AKS instances in-place isn't supported. To change the size of an existing node in an Azure Kubernetes Service (AKS) cluster, you would need to create a new node pool with the desired size and then drain and cordon the old node pool.

    Please follow this document for step by step guidance on the same : https://learn.microsoft.com/en-us/azure/aks/resize-node-pool?tabs=azure-cli

    If you have any questions at all, please let me know in the "comments" and I would be happy to investigate further. Since I am based in PST timezone, I might not be able to get back to you immediately but should be able to response within 12 hrs.

    If this helped, please 'Accept answer' so that it an help others in the community facing the same issue.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.