Cloud Run: What’s new?

Поделиться
HTML-код
  • Опубликовано: 7 авг 2024
  • Cloud Run, a fully managed container execution environment, was announced at Cloud Next ’19. In this session, we showcase newly released features that make it ready for your production workloads.
    Speaker: Steren Giannini
    Watch more:
    Google Cloud Next ’20: OnAir → goo.gle/next2020
    Subscribe to the GCP Channel → goo.gle/GCP
    #GoogleCloudNext
    SVR224
    event: Google Cloud Next 2020; re_ty: Publish; product: Cloud - Containers - Cloud Run; fullname: Steren Giannini;
  • НаукаНаука

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

  • @andoshin41
    @andoshin41 3 года назад +27

    This service alone can be there reason I chose GCP over other cloud platforms every freaking time

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

    Cloud Run is the best GCP service I have used so far. Will be moving more services to it.

  •  3 года назад +9

    Love it, I think we'll move all of our services to Cloud Run soon:D

  • @buffolander9927
    @buffolander9927 3 года назад +1

    Awesome work Cloud Run team. Definitely moving all my http functions to Cloud Run

  • @glanern
    @glanern 3 года назад +1

    Nice presentation. Great work with Cloud Run!

  • @dovmatch
    @dovmatch 4 года назад +1

    thanks for the new updates and they are very nice..one question on traffic splitting. it looks like with the tag and updates traffic i can control the % of traffic to new instance, but if i also want to target the traffic from specific ip address/headers value that would help to test the functionality as a whole end to end. any advice there? also, we presently use gclb that can also help to split the traffic of cloud run if they are to be set with different neg and service versioning , i was wondering what is the ideal way.

  • @JagdeepSinghKalsi
    @JagdeepSinghKalsi 3 года назад +3

    Are you guys crazy?
    Please allow me to catch up... I am still in awe of the things that I know... And now THIS?
    What do you expect me to do - stay in awe and NOT do my work... ??
    Damn you for being so awesome

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

    CloudRun is awesome and my GOTO for everything. Great Video & Speaker

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

    Wow. Impressive features.

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

    This is just awesome!

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

    Great features of Cloud run very well explained.

  • @LiiittleBigPlanet
    @LiiittleBigPlanet 3 года назад +1

    Love it !!🤗🤗🤗

  • @user-tz6nn8iw9m
    @user-tz6nn8iw9m 3 года назад

    LOVE CLOUD RUN!

  • @SenthilKumar-so2us
    @SenthilKumar-so2us 3 года назад

    You guys are amazing... wow kudos to cloud run team .. thinking it’s gonna replace GKE soon ...

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

    Thank you!

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

    Cloud Run is so awesome 😭

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

    the BEST keeps getting better. nice! but... will we ever be able to assign from a static ip pool?

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

    Already on :)

  • @ajabbi-tv
    @ajabbi-tv 2 года назад

    Great work

  • @boot-strapper
    @boot-strapper 3 года назад

    Will you guys ever support the option to autoscale across regions?
    I imagine using autoscaling across regions and cloud spanner you could basically take over the world with minimal dev ops

  • @rocklob
    @rocklob 4 года назад +1

    At 13:25 you mention the ability to run Cloud Run apps locally. Is that only for development or would that also be suitable for production use?

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

    Min instances for cloud run makes it a replacement for cloud functions pretty soon! Also any possibility for firestore triggers?

  • @megairrational
    @megairrational 3 года назад +1

    Great video, where can I find more documentation for integrating cloud run with the WAF Google Cloud Armor?

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

      Check this out: cloud.google.com/load-balancing/docs/https/setting-up-https-serverless
      Covers not only how to set up an LB with Cloud Run but also the other services like CDN and Armor. 😁

  • @jackishere
    @jackishere 3 года назад +1

    Thank you for this Video ! , What about supporting websockets ?

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

      I think you can use firebase realtime database or cloud firestore as an alternative since cloud run does not support websockets

  • @glanern
    @glanern 3 года назад +4

    Still not possible to establish websockets?

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

      Not yet, but there are rumors that they're working on it. 🤞 One of the hosts in another video ("Cloud Functions vs. Cloud Run
      ") mentions this in the comments.

  • @AsmithaSP
    @AsmithaSP 3 года назад +1

    automatic https and custom domain is best

  • @d4vbo
    @d4vbo 4 года назад

    It sounded like Cloud Run's support for Identity Aware Proxy is going to depend on using GCP load balancers, is that right? It would be great to see support without needing the load balancer

    • @sterengiannini1694
      @sterengiannini1694 4 года назад +1

      That's correct.

    • @boot-strapper
      @boot-strapper 3 года назад

      @@sterengiannini1694 So I have to provision a load balanced to get the ability to route to different regions?

    • @sterengiannini1694
      @sterengiannini1694 3 года назад +1

      @@boot-strapper Yes.

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

      @@sterengiannini1694 is there anyway to make managed cloud run *internal* and put a load balancer + IAP in the front? I'm developing an internal web app for my company and right now I've managed to put IAP + load balancer in the front, but people can bypass the IAP via auto-generated url by cloud run. If I don't allow public access to that url, http request goes through IAP but will be rejected by cloud run which doesn't suits my use case (company internal web app). I know that if IAP is enabled for App Engine, request to the original app engine url will be redirected to the auth screen, I wonder if cloud run will support similar behaviour or is there any way to deal with people bypassing IAP + load balancer?

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

      if I deploy cloud run to GKE with `--connectivity=internal` and put load balancer + IAP in the front, guess I would be able to avoid people bypassing IAP?

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

    Hello

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

    3:01 'we cover all continents' AFRICA ??????????