Topic 1 Question 266
You are tasked with using C++ to build and deploy a microservice for an application hosted on Google Cloud. The code needs to be containerized and use several custom software libraries that your team has built. You do not want to maintain the underlying infrastructure of the application. How should you deploy the microservice?
Use Cloud Functions to deploy the microservice.
Use Cloud Build to create the container, and deploy it on Cloud Run.
Use Cloud Shell to containerize your microservice, and deploy it on a Container-Optimized OS Compute Engine instance.
Use Cloud Shell to containerize your microservice, and deploy it on standard Google Kubernetes Engine.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: B
For me is B
👍 3xiaofeng_02262023/11/12 - 正解だと思う選択肢: B
It's B
👍 2vmst2023/11/17 Can you provide some documentation that prove B is the right choice?
👍 1imiu2023/12/03
シャッフルモード