How to run specific custom scripts on an AKS NodePool

228 Views Asked by At

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?

0

There are 0 best solutions below