Deploying a Java Application to Google App Engine (GCP) | Complete Tutorial with Examples

You can read the blog post for this tutorial on www.sohamkamani.com/java/appengine/
Chapters:
00:00 Introduction
00:35 What Is Google App Engine
01:03 Creating A New App Engine Instance
01:27 Creating A Spring Boot Java Project
02:15 Deploying Our Application To App Engine
03:36 Updating Our Application With New Code
04:53 Switching To Different Versions Of Your Application
05:26 Conclusion
In this tutorial we will learn how to deploy and run a Java Spring Boot application to Google Cloud Platform's App Engine.
We'll start by getting an overview of the App Engine platform and what it does. We'll also create our first App engine instance on the google cloud dashboard.
Next, we'll look at a sample java application and how we can deploy it to AppEngine, so that you can access it through a public URL.
Finally, we'll see how we can manage different versions of our application and migrate traffic between them.
Setting up a Java Spring Boot application: www.sohamkamani.com/java/appengine/
Enable billing for your Google Cloud Project: cloud.google.com/billing/docs/how-to/modify-project
Installing gcloud command line tools: cloud.google.com/sdk/docs/install
Complete Code: github.com/sohamkamani/spring-demo/tree/appengine-demo
Java Library Docs: googleapis.dev/java/google-cloud-bigquery/latest/index.html

Пікірлер: 14

  • @YutaoZhou
    @YutaoZhou8 ай бұрын

    This video is just precise to the point. It is clear, short, and gets the job done! Greate job!

  • @markchesnavsky3273
    @markchesnavsky3273 Жыл бұрын

    Very concise and clear explanation. Many thanks!

  • @sohamkamanitech

    @sohamkamanitech

    Жыл бұрын

    You're welcome :)

  • @Shwetahosur1220
    @Shwetahosur122010 ай бұрын

    Crisp and concisely explained

  • @JhonathanMoran
    @JhonathanMoran6 ай бұрын

    Thank you so much.

  • @returncode0000
    @returncode000011 ай бұрын

    Thanks! Very helpful 👍 Very interested on more videos about java applications in google cloud. (e.g. microservice, scaling, running in kubernetes cluster, kafka ...)

  • @World-Of-Mr-Motivater
    @World-Of-Mr-MotivaterАй бұрын

    sir the url shown in the command line is the url for my application?

  • @pavangv7
    @pavangv7 Жыл бұрын

    Do we need to enable the CloudBuild API even though we are using non gcp CICD tools?

  • @siddharthagrawal4280
    @siddharthagrawal42802 ай бұрын

    i have maven application and also postgres database configuration , i tried above steps it is getting failed ! what could be the solution to this ?

  • @geetkedia7829
    @geetkedia7829 Жыл бұрын

    And what are the steps to integrate Mysql database to it

  • @bogdy.musiclover
    @bogdy.musiclover11 ай бұрын

    good tutorial ! i like it ! short and enough ! Please tell me, how to DELETE one app, after create it with "gcloud app deploy" .... i tryed, but i received error ...

  • @dmitriipinzari4586
    @dmitriipinzari4586 Жыл бұрын

    i had to give access to "bucket" to one of google cloud's emails in order to deploy. Everything else worked fine

  • @akashkore8148
    @akashkore8148 Жыл бұрын

    very poor explanation , where should we execute coammnds and all , and where is the steps ....