Heroku has a nice feature where I can spin up a production container of my deployed rails app and run it interactive console mode -- this seems impossible to do for Cloud Run based on what I've read online, but is there any alternative that isn't a huge headache or security risk?
Hi @amatchneer ,
Welcome to Google Cloud Community!
Currently, Cloud Run does not natively provide a built-in feature for running an interactive console mode similar to Heroku. However if you want this feature you can submit a request through this link: https://cloud.google.com/support/docs/issue-trackers#trackers-list
Please bear in mind that there is no ETA for this feature request.