I have a provisioned AKS cluster with a default node pool set up.
I am creating a new node pool to run a specific set of workloads, is there a way to bootstrap the nodes created by this new nodepools with custom scripts.
EG:
NodePool - 1
yum install nginx
NodePool - 2
yum install httpd
Is this possible at all?