Hi I have gone through this link https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler for enabling autoscaling of node scaling using cluster autoscalar. My question is that I am having AKS cluster of 3 nodes and I have labelled the nodes manually and deployed the pods on the respective nodes. So when the autoscaling of node happens will the pods get deployed on this new node or will go in pending state?
Basically If I am using nodeSelector/node affinity then how to implement cluster autoscalar?
Any help or suggestions would be appreciated.