How to deploy an existing web app on Cloud Run

preview_player
Показать описание
Is your current app running on a VM instance costing you money 24 hours a day, 7 days a week? Is your team afraid to modernize their web app because they are unfamiliar with Kubernetes? In this episode of Serverless Expeditions, Martin teams up with Veer, an App Modernization Solution Manager at Google, to deploy an existing To Do app on Cloud Run. Follow along and discover the ease of deploying on Cloud Run while saving money.

Chapters:
0:00 - Intro
1:02 - The current state of the app
1:58 - Create a serverless VP connector
2:21 - The source code
2:45 - Edit the code in the cloud
3:25 - The PORT environment variable
4:04 - Deploying from source code
6:22 - Virtual machine deactivation
6:40 - Wrap up

#ServerlessExpeditions​ #ServerlessExpeditionsExtended #CloudRun

product: Cloud - Serverless Computing - Cloud Run; fullname: Martin Omander;
Рекомендации по теме
Комментарии
Автор

Do you have any questions for Veer or Martin or have questions about other serverless topics? Let us know in the comments below!

googlecloudtech
Автор

Really appreciated as this way of explanation any cloud service i am seeing very first time 🙌🏻 nice work martin and veer💫 keep posting this kind of video

priyankagurjer
Автор

How will we create this CI/CD if new version of the code is created ?

AbhishekSingh-ggdj
Автор

How to update this code and the container! Waiting for the next episode to see if it’s possible to automate thinking on CI/CD

phelipe
Автор

Can we deploy aur source code to a gcp account where we don’t want to upload or show our code ?

AbhishekSingh-ggdj
Автор

Hi Martin and Veer! I was wondering how to install a graph database onto Google Cloud in the most cost effective way, in order to use with/connect to my Web App on Cloud Run? I'm trying to understand which parts should sit where...

hiranga
Автор

Sorry slightly out of context but would like to know the pros and cons of using Cloud buildpacks versus writing your own Dockerfiles :)

dheer
Автор

Is there a way to make a ci/cd pipeline between a git repo and a VM,
I don't wanna delete the VM instance and replace it with a serverless microservice,
Maybe to deploy from a git repo to the vm instance,
I'm still using sftp everytime to deploy my updates on the vm🤧

dailymeow