on-demand
nodes to deploy all the necessary applications that are required to power the platform. These includes
on-demand
or spot
.
kubernetes.azure.com/scalesetpriority:spot
which means all the pods which you want to get deployed on these spot instances must tolerate this taint. The toleration must happen like this
nvidia.com/gpu=Present:NoSchedule
. It is important to add this taint to avoid non-GPU workloads to get deployed on GPU machinesnvidia.com/gpu=Present:NoSchedule
. It is important to add this taint to avoid non-GPU workloads to get deployed on GPU machinesReader
access on the AKS cluster to sync all the nodepools. If this Azure AD application is already added to the platform the new nodepools will sync automatically.
Priority | Instance type | Compute | GPU | Cost( per month) |
---|---|---|---|---|
Spot | Standard_D2s_v5 | 2vCPU/8 GB RAM | False | $ 10.19 |
On-demand | Standard_D2s_v5 | 2vCPU/8 GB RAM | False | $ 83.95 |
Spot | Standard_NC6 | 6vCPU/56 GB RAM | True | $ 78.84 |
On-demand | Standard_NC6 | 6vCPU/56 GB RAM | True | $ 788.40 |