nanovms / ops

ops - build and run nanos unikernels

Home Page:https://ops.city

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run on GCP Cloud Run

TheAxZim opened this issue · comments

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

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

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

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.