Increase the file descriptors limit in node machines

Dayakar Reddy Venkivolu 1 Reputation point
2023-01-03T11:58:36.017+00:00

My application that gets deployed as kubernetes pod that needs to have increased number of file descriptors.
All the kernel level settings like number of file descriptors limit, core file settings etc. that each pod/container has are inherited from docker daemon settings.

How could the docker daemon that is running in the AKS worker nodes be customized in AKS cluster?

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

1 answer

Sort by: Most helpful
  1. Ammar-Abdelqader01 846 Reputation points Microsoft Employee
    2023-01-03T12:37:01.103+00:00

    Hello, @Dayakar Reddy Venkivolu

    I hope you are doing fine.

    to customize node configurations for AKS you can follow this link https://learn.microsoft.com/en-us/azure/aks/custom-node-configuration customize your node configurations using those values, the accepted values are listed as below:

    275732-image.png

    I hope this can help you

    Looking forward to your feedback,

    Best Regards,

    1 person found this answer helpful.
    0 comments No comments