AZ-305 · Question #174
The developers at your company are building a containerized Python Django app. You need to recommend platform to host the app. The solution must meet the following requirements: - Support…
The correct answer is C. Azure Kubernetes Service (AKS). 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 be scheduled because of resource constraints. When issues…
Question
Options
- AAzure Container instances
- Ban Azure App Service instance that uses containers
- CAzure Kubernetes Service (AKS)
How the community answered
(22 responses)- A5% (1)
- B18% (4)
- C77% (17)
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 be scheduled 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. 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
Community Discussion
No community discussion yet for this question.