Public preview: Scale-down mode in AKS
Published date: September 15, 2021
Azure Kubernetes Service (AKS) now allows users to select if they would like their nodes to be deleted or deallocated when scaled down. When a node is deallocated, the attached storage as well as the container image is still present on the node. When scaling up your deployments, all deallocated nodes will be started first before provisioning new nodes. This allows for faster operation speeds as your deployment leverages cached images. Scale-down mode allows you to no longer have to pre-provision nodes and pre-pull container images.
This feature is currently in public preview.