Azure/blackbelt-aks-hackfest

Switch to B-series VM size?

Closed this issue · 2 comments

Now that AKS has B-series VM support, should we change HOL 3 to use a B-series VM?

Otherwise the more expensive Standard_DS1_v2 default is used.

I imagine Standard_B1ms would be fine, but perhaps Standard_B1s would suffice (see B-series VM options). I have not tested.

The new command line would be along the lines of...

az aks create -n $CLUSTER_NAME -g $NAME -c 2 -k 1.7.7 --node-vm-size=Standard_B1ms --generate-ssh-keys -l eastus

Thoughts?

I'm opposed to changing the VM size right now

I agree with @chzbrgr71 on this, not really necessary at this point. Closing.