Hi Sathyanarayanan Saravanamuthu,
Thank you for reaching out to the Microsoft Q&A forum.
In Azure Kubernetes Service, the kube-reserved setting is available to allocate resources specifically for Kubernetes system components, but there is no direct configuration for system-reserved. This means that while AKS does not provide a system-reserved option, Azure infrastructure management ensures that essential system processes continue to function properly even under high demand from user pods.
If you're running applications that need a lot of resources, you might worry that a single node could become overloaded, leading to insufficient resources for other tasks. In such cases, you can to add more nodes to your cluster to distribute the load effectively. Additionally, using resource requests and limits for your pods can help manage how resources are allocated and prevent any single pod from consuming too many resources. Keep observing on resources how much you’re using and add more nodes to your cluster when necessary. This will help keep things stable and make sure that everything, including important system tasks, keeps running smoothly.
If an answer has been helpful, please consider accepting the answer to help increase visibility of this question for other members of the Microsoft Q&A community.