Google Cloud Associate Cloud Engineer — Question 213

Your team is running an on-premises ecommerce application. The application contains a complex set of microservices written in Python, and each microservice is running on Docker containers. Configurations are injected by using environment variables. You need to deploy your current application to a serverless Google Cloud cloud solution. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because Cloud Run is specifically designed to handle containerized applications, allowing for seamless deployment of Docker images with necessary configuration updates. Options B and C are incorrect as Cloud Functions are not suited for complex microservices architectures, while option D does not involve utilizing the CI/CD pipeline, which is crucial for efficient deployment.