ops icon indicating copy to clipboard operation
ops copied to clipboard

Run on GCP Cloud Run

Open TheAxZim opened this issue 1 year ago • 3 comments

Is there a way to run ops generated images in Cloud Run without the need to wrap the ops command with another container?

TheAxZim avatar Mar 15 '24 05:03 TheAxZim

we'd suggest just deploying with 'ops image create -t gcp' && 'ops instance create -t gcp'

cloud run has a ton of limitations including http only, timeouts, and reqs/sec

eyberg avatar Mar 15 '24 06:03 eyberg

@TheAxZim Im pretty sure cloud run only allows you to deploy and run containerised (i.e. docker) applications

hnord-vdx avatar Mar 25 '24 13:03 hnord-vdx

Cloud Run is based on Knative on top of Kubernetes. I think it's impossible to have your own VM in Cloud Run as it's fully container based.

galuszkak avatar Apr 09 '24 11:04 galuszkak