Hello Velizar Danev
Thank you for reach out to us!
Could you please check the events for the nodes, using kubectl describe nodes <node-name>
https://kubernetes.io/docs/reference/kubectl/generated/kubectl_describe/
Try to search for the Node where the pods should be scheduled.
For the pods in pending, please use kubectl describe pod <pod-name>
and check tha status/events inside the pod.
If possible create a new nodepool, and move your workload for the new nodepool, observe also if you have a Vnet/Subnet with a size that accomodate the number of IP's needed.
https://learn.microsoft.com/en-us/azure/aks/concepts-network-ip-address-planning
Also share detaisl about your AKS cluster, such as version, size, and so on.
If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question.
Accepting answers helps increase visibility of this question for other members of the Microsoft Q&A community.
Thank you for helping to improve Microsoft Q&A!