ある組織が、ラベル付き写真のセットを使用する多クラス画像分類ディープラーニング モデルを作成して展開します。 ソフトウェアエンジニアリングチームによると、夏季には予測ウェブサービスの推論負荷が急増しているとのことです。ウェブサービスがデプロイされているコンピューティングクラスターはフル稼働しているにもかかわらず、モデルの本番環境ウェブサービスは需要に応えられていません。 最小限のダウンタイムと最小限の管理労力で、画像分類 Web サービスのパフォーマンスを向上させる必要があります。 IT 運用チームにはどのようなアドバイスをすればよいでしょうか?
正解:D
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. Reference: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-attach-kubernetes