Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your team is deploying a Python application to Cloud Run and needs to inspect its state in real time without affecting its performance. As the responsible engineer, what must you implement to meet this requirement?
A
Ensure the Compute Engine instance has the access scope option 'Allow full access to all Cloud APIs'.
B
Include 'runtime: python37' in your app.yaml file.
C
Verify that the Compute Engine instance has Python 3 installed.
D
Add 'google-python-cloud-debugger' to the requirements.txt file.