
Answer-first summary for fast verification
Answer: Deploy and manage user-provided container images that scale automatically based on HTTP traffic.
The correct answer is **B** as Cloud Run is a service that allows users to deploy and manage user-provided container images that scale automatically based on HTTP traffic. The other options are incorrect for the following reasons: - **A**: Cloud Run does not support virtual machine images. - **C**: Cloud Run requires user-provided container images, not application-provided ones. - **D**: Cloud Run scales based on HTTP traffic, not TCP/UDP traffic. For more information, refer to the [Cloud Run documentation](https://cloud.google.com/run/docs/reference/rest/#discovery-document).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which of the following best describes the 'Cloud Run' service?
A
Deploy and manage user-provided virtual machine images that scale automatically based on HTTP traffic.
B
Deploy and manage user-provided container images that scale automatically based on HTTP traffic.
C
Deploy and manage application-provided container images that scale automatically based on HTTP traffic.
D
Deploy and manage user-provided container images that scale automatically based on TCP/UDP traffic.
No comments yet.