DP-100 · Question #189
An organization creates and deploys a multi-class image classification deep learning model that uses a set of labeled photographs. The software engineering team reports there is a heavy inferencing…
The correct answer is B. Increase the node count of the compute cluster where the web service is deployed. The Azure Machine Learning SDK does not provide support scaling an AKS cluster. To scale the nodes in the cluster, use the UI for your AKS cluster in the Azure Machine Learning studio. You can only change the node count, not the VM size of the cluster…
Question
Options
- ACreate a new compute cluster by using larger VM sizes for the nodes, redeploy the web service
- BIncrease the node count of the compute cluster where the web service is deployed.
- CIncrease the minimum node count of the compute cluster where the web service is deployed.
- DIncrease the VM size of nodes in the compute cluster where the web service is deployed.
How the community answered
(22 responses)- A9% (2)
- B86% (19)
- C5% (1)
Explanation
The Azure Machine Learning SDK does not provide support scaling an AKS cluster. To scale the nodes in the cluster, use the UI for your AKS cluster in the Azure Machine Learning studio. You can only change the node count, not the VM size of the cluster. https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-attach-kubernetes
Topics
Community Discussion
No community discussion yet for this question.