An application development team is planning to host a stateless REST API on Google Cloud. The microservice is packaged as a Docker container that includes specialized Linux C libraries for image processing, and it must be configured to process up to 80 concurrent HTTP requests per instance to optimize resource utilization and lower costs. Which serverless compute option should the team select?
- Cloud RunCevap
- BCloud Functions (1st gen)
- CCompute Engine Managed Instance Group
- DGoogle Kubernetes Engine (GKE) Standard
Cevap
Cloud Run
Cloud Run is the recommended serverless platform for deploying stateless HTTP microservices packaged as custom container images. It natively supports arbitrary binaries and allows adjusting concurrency settings so multiple requests are served concurrently by a single container instance.
Adım Adım Çözüm
Anahtar Kavram
Selecting Cloud Run for containerized workloads requiring custom system binaries and request concurrency