Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run on GCP Cloud Run #1593

Open
TheAxZim opened this issue Mar 15, 2024 · 3 comments
Open

Run on GCP Cloud Run #1593

TheAxZim opened this issue Mar 15, 2024 · 3 comments
Labels

Comments

@TheAxZim
Copy link

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

@eyberg
Copy link
Contributor

eyberg commented Mar 15, 2024

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
Copy link
Contributor

hnord-vdx commented Mar 25, 2024

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

@galuszkak
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants