How to run your Java Spring Boot app serverless on Google Cloud

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 22

  • @googlecloudtech
    @googlecloudtech  2 роки тому +2

    Have you built an inventory tracking system before? How did Cloud Run help you create it? We’d love to hear from you in the comments below!
    Subscribe to Google Cloud Tech → goo.gle/GoogleCloudTech​

  • @rohitkf8474
    @rohitkf8474 2 роки тому +40

    Why does it look like 2 AI beings talking to each other ? 😂😂

  • @poonamkamboj5264
    @poonamkamboj5264 2 роки тому +2

    i was so fascinated by Aaron's hairstyle and then he started speaking :D

  • @mrcortadito
    @mrcortadito 2 роки тому +2

    If you spring boot app needs to connect to a relational database is your only option to use Google Cloud SQL when using cloud run?

    • @TheMomander
      @TheMomander Рік тому

      Cloud SQL is probably the most common choice. But you can also use AlloyDB, Spanner, BigQuery, or install a database of your choice on a virtual machine (Compute Engine). Each database has its own strengths and application types that it's well suited for.

  • @PraveenKumar-kh1yd
    @PraveenKumar-kh1yd Рік тому

    Hi, How we can add a Jenkins pipeline to build and deploy in the cloud run

  • @Julian-li6cw
    @Julian-li6cw Рік тому

    Question, is it necessary to have the app.yaml file if it is an app with java version 8?

    • @aaronwanjala506
      @aaronwanjala506 Рік тому +1

      It's not necessary on the Standard runtime, since the appengine-web.xml is the main config file.
      On the Flexible runtime you would need to specify the runtime_config and jdk settings in your app.yaml file to use Java 8.
      Thanks for the question!

  • @gopalakrishnanp2046
    @gopalakrishnanp2046 2 роки тому

    Very good explanation.

  • @michelchaghoury9629
    @michelchaghoury9629 2 роки тому +1

    Does google uses spring boot for their backend?

  • @ikurious
    @ikurious Рік тому +1

    Great video

  • @abhishekdanej
    @abhishekdanej 2 роки тому +1

    Aaron voice is deep and powerful.. More like gke than cloud run 😅

  • @anaselmakhloufi2180
    @anaselmakhloufi2180 Рік тому

    how , I can to connect with a database

  • @AndrewNation13
    @AndrewNation13 2 роки тому +1

    #tysm don't forget to recycle and eat yer veggies 😍

  • @SALLYKUI3
    @SALLYKUI3 2 роки тому +1

    Poa wanjala!
    My Java flows only on a quite mode otherwise I leave it for those who can multitask....🙃🙃

  • @vinci_irl
    @vinci_irl Рік тому

    Mój Boże Shamila, jaki ty masz męski głos

  • @akin242002
    @akin242002 2 роки тому +1

    I just hope Google adds C# to the standard language list for App Engine. Not a fan of Java and I try to avoid it as much as possible.

    • @TheMomander
      @TheMomander 2 роки тому +2

      Good news! Google App Engine supports C#: cloud.google.com/appengine#section-1. Also, note that this video is about Cloud Run, not App Engine. You can use many more programming languages with Cloud Run, as long as it can run in a container. Here are tutorials for 9 common languages: cloud.google.com/run/docs/quickstarts

    • @chebrubin
      @chebrubin 2 роки тому

      @@TheMomander what about kotlin?

    • @mencred4334
      @mencred4334 2 роки тому

      @@chebrubin of course you can

    • @TheMomander
      @TheMomander Рік тому

      @@chebrubin Yes, you can run Kotlin on Cloud Run. Do a web search for "google cloud run kotlin" and you will find sample code. (UA-cam doesn't like it when I use links in comments).