Topic 1 Question 309
You are developing a new API that creates requests on an asynchronous message service. Requests will be consumed by different services. You need to expose the API by using a gRPC interface while minimizing infrastructure management overhead. How should you deploy the API?
Deploy your API to App Engine. Create a Pub/Sub topic, and configure your API to push messages to the topic.
Deploy your API as a Cloud Run service. Create a Pub/Sub topic, and configure your API to push messages to the topic.
Deploy your API to a GKE cluster. Create a Kafka cluster, and configure your API to write messages to the cluster.
Deploy your API on a Compute Engine instance. Create a Kafka cluster, and configure your API to write messages to the cluster.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
Cloud Run is best suitable for gRPC interface
👍 1anshad6662024/10/11
シャッフルモード