あなたの会社の開発者は、コンテナ化されたPythonDjangoアプリを構築しています。 アプリをホストするプラットフォームを推奨する必要があります。ソリューションは、次の要件を満たす必要があります。 自動スケーリングをサポートします。 AzureContainerRegistryからの継続的デプロイをサポートします。 Azure Active Directory(Azure AD)を使用してアプリユーザーを認証するための組み込み機能を提供します。 どのプラットフォームを推奨に含める必要がありますか?
正解:C
Explanation To keep up with application demands in Azure Kubernetes Service (AKS), you may need to adjust the number of nodes that run your workloads. The cluster autoscaler component can watch for pods in your cluster that can't bescheduled because of resource constraints. When issues are detected, the number of nodes in a node pool is increased to meet the application demand. Azure Container Registry is a private registry for hosting container images. It integrates well with orchestrators like Azure Container Service, including Docker Swarm, DC/OS, and the new Azure Kubernetes service. Moreover, ACR provides capabilities such as Azure Active Directory-based authentication, webhook support, and delete operations. Reference: https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler https://medium.com/velotio-perspectives/continuous-deployment-with-azure-kubernetes-service-azurecontainer- registry-jenkins-ca337940151b