Upgrading the node image of an Azure Kubernetes Service cluster
Last year I have written a shell script to update the VMSS base image of an Azure Kubernetes Service cluster.
-> https://www.danielstechblog.io/updating-the-base-image-of-a-vmss-based-aks-cluster/
-> https://www.danielstechblog.io/aks-vmss-base-image-update-script-multiple-node-pool-support/
As I am using the VMSS API and not the AKS API it was not an officially supported way to update Read more [...]