Google Cloud Platform (GCP) - Cloud Run

Sdílet
Vložit
  • čas přidán 19. 02. 2021
  • 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/course/google-c...
    Code:
    gitlab.com/salimpadela/cloud-...
  • Věda a technologie

Komentáře • 13

  • @anandakumarsanthinathan4740

    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.

  • @nanditasahu2358
    @nanditasahu2358 Před rokem +2

    Amazing Video . Thanks for this

  • @pavanboora2565
    @pavanboora2565 Před 2 lety +4

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

    • @CloudMonkey
      @CloudMonkey  Před 2 lety +1

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

  • @kevinmaillet8017
    @kevinmaillet8017 Před rokem +2

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

    • @CloudMonkey
      @CloudMonkey  Před rokem

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

  • @mathurhp
    @mathurhp Před rokem

    Very helpful for newbies like me. Thanks a lot.

  • @binoypaul4030
    @binoypaul4030 Před rokem +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  Před rokem

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

  • @JugalGandhesiri
    @JugalGandhesiri Před rokem +1

    how to trigger cloudrun with pubsub ?

  • @user-ij4xu6ik6p
    @user-ij4xu6ik6p Před rokem

    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  Před rokem

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