AZ-305 · Question #243
Your company has an Azure Kubernetes Service and an Azure Container Registry. You have to perform continuous deployments of a containerized application to the cluster. The deployments need to be made
The correct answer is B. Use an Azure Pipeline release pipeline. In Azure Pipelines, you can define build and release pipelines. You can use the pipelines to build images in the Azure Container Registry. The images can then be deployed as containers in the Azure Kubernetes service Option A is incorrect because this is normally used to automate
Question
Options
- AUse an Azure Automation Runbook
- BUse an Azure Pipeline release pipeline
- CUse an Azure Resource Manager templates
- DUse a CRON job
How the community answered
(20 responses)- A10% (2)
- B80% (16)
- C5% (1)
- D5% (1)
Explanation
In Azure Pipelines, you can define build and release pipelines. You can use the pipelines to build images in the Azure Container Registry. The images can then be deployed as containers in the Azure Kubernetes service Option A is incorrect because this is normally used to automate jobs on your Azure infrastructure. Option C is incorrect because this is used to automate the deployment of resources onto Azure. Option D is incorrect because CRON jobs would not be affective to automate the deployment of newer container images. https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/kubernetes/aks- template?view=azure-devops
Topics
Community Discussion
No community discussion yet for this question.