Hi All,
Good day!
We are working with AKS clusters. We would like to enable cluster autoscaling on AKS. We have set some labels on existing node inorder to host the pods(e.g node1 having label as app=web). Now the question is, incase of an additional node gets added to the cluster let say due to high memory utilization will it come up with the same label we set it for other existing nodes in the cluster?
If so, do we have to setup anything or it will invoke automatically.
Thanks in advance.