Home > Software design >  Deploying Container on GCP
Deploying Container on GCP

Time:02-04

I am trying to deploy this app. enter image description here

CodePudding user response:

You can either use Cloud Run (the most Serverless way) or on a VM.

On Cloud Run you can deploy a single image as a Service (Cloud Run Terminology), if you have more than one image you can deploy multiple Services and make them talk to each other

Or on VM, that would be as if you are deploying on your personal laptop

  •  Tags:  
  • Related