I am considering migrating my current web services to Cloud Run. In Cloud Run's "Variables and Secrets", if we use Secret Manager to mount environment variables and credential files, how often will Secret Manager be read by which of the following?
- Whenever a web service is accessed.
- Every time an instance is created
- Whenever a revision is deployed
- other (I would appreciate it if you could tell me)
Currently, the web service is accessed by about 300 people per minute, and I expect that if 1 or 2 is selected, the number of accesses to the Secret Manager will increase and the billing amount will increase. If you have any best practices, I would appreciate it if you could share them with me.
Thank you in advance for your help.