Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you deploy a containerized C++ microservice on Google Cloud that uses custom-built libraries, without managing the underlying infrastructure?
A
Use Cloud Functions to deploy the microservice.
B
Use Cloud Build to create the container, and deploy it on Cloud Run.
C
Use Cloud Shell to containerize your microservice, and deploy it on a Container-Optimized OS Compute Engine instance.
D
Use Cloud Shell to containerize your microservice, and deploy it on standard Google Kubernetes Engine.