nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.27k stars 132 forks source link

Run on GCP Cloud Run #1593

Closed TheAxZim closed 4 months ago

TheAxZim commented 6 months ago

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

eyberg commented 6 months ago

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

hnord-vdx commented 6 months ago

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

galuszkak commented 5 months ago

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.