Google Cloud Platform (GCP) - Cloud Run

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Google Cloud’s serverless platform lets you build, develop, and deploy functions and applications, as source code or containers, while simplifying the developer experience by eliminating all infrastructure management. In this tutorial, you will get hands-on experience working with one of the GCP's serverless offerings called Cloud Run.
    We start with deploying a simple Cloud Run service and learn how to build it using Cloud Build and deploy the docker image to Artifact Registry and setup continuous deployment. We will then integrate our Cloud Run service with Google Cloud Storage (GCS) to upload and download files. We will integrate with Secrets Manager to read secrets from Secret Manager. We will integrate with Cloud Pub/Sub to invoke Cloud Run service in response to an event (Event-Driven architecture). Finally We will integrate our service with Cloud SQL and connect to Cloud SQL instance using Public IP and Private IP.
    Full Course:
    www.udemy.com/...
    Code:
    gitlab.com/sal...

Комментарии • 16

  • @pavanboora2565
    @pavanboora2565 2 года назад +4

    Awesome.... The amount of effort you put to make this session, really great. Hats off. Thanks a lot

    • @CloudMonkey
      @CloudMonkey  2 года назад +1

      Thank you for appreciating the effort I put in to make this GCP tutorials.

  • @nanditasahu2358
    @nanditasahu2358 Год назад +2

    Amazing Video . Thanks for this

  • @kevinmaillet8017
    @kevinmaillet8017 Год назад +2

    This was an amazing walk-through. Thank you, sir!

    • @CloudMonkey
      @CloudMonkey  Год назад

      Glad you liked it. You are going to love the next one I am working on.

  • @user-jq8si7wy9q
    @user-jq8si7wy9q 17 дней назад

    Amazing! thank you lot

  • @anandakumarsanthinathan4740
    @anandakumarsanthinathan4740 3 года назад

    Absolutely wonderful. Many, many thanks for taking so much time to post such an insightful post. You have covered pretty much all the topics surrounding Cloud Run services.

  • @mathurhp
    @mathurhp 2 года назад

    Very helpful for newbies like me. Thanks a lot.

  • @binoypaul4030
    @binoypaul4030 2 года назад +1

    This is a wonderful video. Thank you for your efforts in this detailed explanation. If possible, can you also give a walk through of "Jobs" feature which is getting rolled out on Cloud Run?

    • @CloudMonkey
      @CloudMonkey  2 года назад

      Cloud run is one of my favorite service so I will try to do that video on Jobs thingy.

  • @JugalGandhesiri
    @JugalGandhesiri Год назад +1

    how to trigger cloudrun with pubsub ?

  • @tanujadon
    @tanujadon 25 дней назад

    Is free trial credits enough for doing this ?

  • @user-ij4xu6ik6p
    @user-ij4xu6ik6p Год назад

    very fantastic....
    I have a question, how to configure Oauth2 in Cloud Run to make this url available for an application to write?
    The flask code would be pubsub

    • @CloudMonkey
      @CloudMonkey  Год назад

      You have to either use API Gateway or Cloud Endpoint and implement OAuth2 there.