How to know which pod is consuming more diskspace on node

37821879 90 Reputation points
2023-09-29T10:22:40.6533333+00:00

I am getting an alert from Azure portal saying one specific node disk space is > 80% consuming. There are many pods in that node how do I know which pod is consuming more space and also how will I resolve this

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,447 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 15,256 Reputation points MVP Volunteer Moderator
    2023-09-29T11:18:56.6633333+00:00

    Hello @37821879

    The easiest way it to check the metrics from the Azure portal:

    a. You can navigate to the Azure portal, look for the Kubernetes cluster that is affected.

    b. In the left panel clicks on Node pools and navigate to the node pool which is reporting high disk utilization.

    c. Click on nodes and select the affected node, under the monitoring tab, click on Data Bytes.

    d. This will load the metrics chart that will display the average Disk Space utilization on the node.


    If the Answer is helpful, please click `Accept Answer` and **up-vote**, 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.