Google
PROFESSIONAL-CLOUD-ARCHITECT · Question #138
You have a Python web application with many dependencies that requires 0.1 CPU cores and 128 MB of memory to operate in production. You want to monitor and maximize machine utilization. You also…
The correct answer is C. Perform the following. You can create a k8s cluster with just one node and use a different namespaces for staging and production. In staging, you will test the changes.
Submitted by tarun92· Mar 30, 2026Managing implementation
Question
You have a Python web application with many dependencies that requires 0.1 CPU cores and 128 MB of memory to operate in production. You want to monitor and maximize machine utilization. You also want to reliably deploy new versions of the application. Which set of steps should you take?
Options
- APerform the following:
- BPerform the following:
- CPerform the following:
- DPerform the following:
How the community answered
(22 responses)- A14% (3)
- C77% (17)
- D9% (2)
Explanation
You can create a k8s cluster with just one node and use a different namespaces for staging and production. In staging, you will test the changes.
Topics
#containerization#GKE deployment#resource limits#rolling updates
Community Discussion
No community discussion yet for this question.