A software development team needs to deploy a stateless web application packaged inside a custom Docker container image to Google Cloud without managing underlying infrastructure or virtual machines. Which Google Cloud serverless compute option should the team select?
- Cloud RunAnswer
- BCloud Functions
- CCompute Engine Spot VMs
- DGoogle Kubernetes Engine Standard
Answer
Cloud Run is the ideal Google Cloud serverless option for deploying custom container images without managing server infrastructure.
Cloud Run provides a fully managed serverless execution environment that automatically scales stateless applications packaged as container images without requiring server management.
Step-by-Step Solution
Key Concept
Selecting serverless compute options based on workload containerization requirements
Estimated Time:45s