
Ultimate access to all questions.
As a member of a team developing a Cloud Access Security Broker application for enterprises, you're tasked with managing the user-management service. This service consists of multiple microservices handling add, update, delete, and list operations, each running in separate Docker containers. What is the best way to deploy these microservices on GCP to ensure scalability with minimal administration?
A
Deploy each Docker container in a separate managed instance group.
B
Deploy the Docker containers into Google Kubernetes Engine.
C
Combine the four services into a single Docker image and deploy it on App Engine.
D
Deploy the Docker containers into Cloud Run.