In the previous section, we configured our Azure voting application so that it can autoscale based on utilization. However, we didn't consider the underlying capacity of Kubernetes nodes. To ensure that our application scales well when necessary, we also need to make sure we've got enough capacity available on our Kubernetes nodes to be able to run the required pods.Â
Similar to scaling applications, AKS also allows you to scale manually or configure autoscaling.