we have hosted our application on Azure AKS, we configured auto scaling for this deployment. Pods will automatically scales.
my problem here is, whenever AKS adds new nodes to cluster as part of autoscaling, our whole docker image needs to be downloaded to these new nodes. This is taking lot of time, and we are facing issues.
is there a way to use our own linux image, so that we can save the base image and new nodes does not required to download whole image.