gcloud app deploy | How to deploy and publish applications to Google App Engine | GCP Tutorials

The Cloud Nerd
The Cloud Nerd
12 هزار بار بازدید - 3 سال پیش - Google #AppEngine
Google #AppEngine is a #serverless #PaaS (platform as a service) service that is offered by #Google on Google Cloud Platform. And in this video I will show you how to deploy your applications to Google App Engine using 'gcloud app deploy' command..

gcloud app deploy is a simple command that will just let you deploy any application that you prepare to App Engine. Then after you deploy your application, you can view it by typing 'gcloud app browse'

This requires of course that you have Google Cloud SDK (gcloud) installed and configured in your environment. Below you will find a link to a previous video where I show you also how to do that. Also you will need to have a project created with billing enabled, which I'll be showing you in the video as well..

In this video I also talk about app.yaml file and what are the most basic required configurations inside it to make your application ready to be deployed before you run 'gcloud app deploy'.

App Engine is a very awesome service and it will allow you to deploy many types of applications such as front-ends, or back-ends for mobile applications, or even some micro services or small apps!

In my scenario I am going to deploy a small #python app that I was running on a Google Compute Engine instance in GCP. Google App Engine helps to save cost and ensures the application availability as well because it is totally and completely managed by Google!

App Engine has also a free tier for the standard environment which is the one that I will be using to deploy my application. This free tier allows you to have 28 hours of total instance time per day. This is a lot actually if you have a small application, and virtually, you may spend the whole month in the free tier without paying anything!
---------------------------------------------------------
Table of contents/chapters:
0:00 - Introduction
2:39 - Environment setup and the application example
4:39 - Prerequisites to deploy applications to App Engine
6:39 - How to create a GCP project and setup App Engine
9:53 - app.yaml and requirements.txt files overview
12:59 - Use gcloud app deploy to deploy applications to Google App Engine
14:37 - Enable App Engine Admin API if you get the unable to retrieve P4SA error
15:29 - Use gcloud app browse to view and test the deployed application in App Engine
16:41 - Overview on Google App Engine dashboard and free tier
18:21 - How to view App Engine service logs and events
18:40 - Closing
---------------------------------------------------------
Please like and subscribe :)
---------------------------------------------------------
Links mentioned in the video:
   - How to setup and configure gcloud command line tool and basic commands: gcloud | How to setup and configure g...
   - app.yaml Reference: https://cloud.google.com/appengine/do...
   - My website/blog: https://www.salehram.com
   - My Google Workspace admin training course: https://www.udemy.com/course/the-comp...
3 سال پیش در تاریخ 1400/06/11 منتشر شده است.
12,049 بـار بازدید شده
... بیشتر