nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #279

Your company's development team is building an application that will be deployed on Cloud Run. You are designing a CI/CD pipeline so that any new version of the application can be deployed in the…

The correct answer is B. Store the images in Container Registry. Container Registry is a single place for your team to manage Docker images, perform vulnerability analysis, and decide who can access what with fine-grained access control. Existing CI/CD integrations let you set up fully automated Docker pipelines to get fast feedback…

Application Development and Deployment

Question

Your company's development team is building an application that will be deployed on Cloud Run. You are designing a CI/CD pipeline so that any new version of the application can be deployed in the fewest number of steps possible using the CI/CD pipeline you are designing. You need to select a storage location for the images of the application after the CI part of your pipeline has built them. What should you do?

Options

  • ACreate a Compute Engine image containing the application
  • BStore the images in Container Registry
  • CStore the images in Cloud Storage
  • DCreate a Compute Engine disk containing the application

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    89% (34)
  • C
    3% (1)
  • D
    5% (2)

Explanation

Container Registry is a single place for your team to manage Docker images, perform vulnerability analysis, and decide who can access what with fine-grained access control. Existing CI/CD integrations let you set up fully automated Docker pipelines to get fast feedback. https://cloud.google.com/container-registry

Topics

#CI/CD#Cloud Run#Container Registry#Container Images

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice