Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Azure

In certain cases, it might be helpful to ‘scale up’ a node group in a cluster before an event, to test cloud provider quotas or to make user server startup faster.

Azure Console UI instructions

Scaling up a node pool

  1. Login to https://portal.azure.com using the appropriate cluster credentials

  2. Search the Kubernetes service section for the appropriate cluster

  3. Click on the cluster name, then go to Settings and select the Node pools option

  4. Click on the appropriate node pool that you would like to scale up

  5. Then select the Scale node pool option from the top of the page

  6. A new window should pop up that looks like this

    Scale node pool

    Scale node pool

  7. If the Autoscale option is selected like in the screenshot above (the default, recommended option), then in order to scale up the node pool to an exact number of nodes, temporarily deactivate the autoscaler, by selecting the Manual option, introduce the desired number of nodes then click Apply.

  8. After the Apply succeeded, you should see the new nodes coming up. You can then click on Scale node pool option again, enable the Autoscale, and set the Min number of nodes to the desired one the you set in the step before.

Scaling down a node pool

  1. Follow the first six steps in the scaling up guide above, until you get to the Scale node pool window.

  2. This time, do not activate the Manual mode, and just adjust the Min number of nodes for the autoscaler. As users stop their servers after the event, eventually a scale down event will be triggered, and the autoscaler will adjust the node pool size according to the limits that are set.

Terraform instructions

TODO