Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should you deploy a new API with a gRPC interface that creates requests on an asynchronous message service, ensuring minimal infrastructure management overhead while allowing consumption by different services?
A
Deploy your API to App Engine. Create a Pub/Sub topic, and configure your API to push messages to the topic.
B
Deploy your API as a Cloud Run service. Create a Pub/Sub topic, and configure your API to push messages to the topic.
C
Deploy your API to a GKE cluster. Create a Kafka cluster, and configure your API to write messages to the cluster.
D
Deploy your API on a Compute Engine instance. Create a Kafka cluster, and configure your API to write messages to the cluster.