19-How to Create Serverless NEG (Network Endpoint Group) with Cloud Run as backend in Google Cloud.

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024
  • A network endpoint group (NEG) specifies a group of backend endpoints for a load balancer. A serverless NEG is a backend that points to a Cloud Run, App Engine, Cloud Functions, or API Gateway service.
    A serverless NEG can represent one of the following:
    A Cloud Run service or a group of services.
    A Cloud Functions function or a group of functions.
    An App Engine app (Standard or Flex), a specific service within an app, a specific version of an app, or a group of services.
    Serverless NEGs are supported with the following load balancers:
    Global external Application Load Balancer and classic Application Load Balancer: Cloud Run, App Engine, and Cloud Functions are supported.
    Regional external Application Load Balancer: Only Cloud Run is supported.
    Regional internal Application Load Balancer: Only Cloud Run is supported.
    Cross-region internal Application Load Balancer Only one Cloud Run service per backend service is supported.
    #gcp #googlecloudplatform #sumit #sumitk #network #negs #thecloudbaba #google #loadbalancer

ความคิดเห็น • 5

  • @zacharyh5027
    @zacharyh5027 3 หลายเดือนก่อน

    Well explained. Thank you!

  • @thanhtung2922
    @thanhtung2922 2 หลายเดือนก่อน

    sir. do you know which role/permissions are required for creating the NEG ?
    i got the error when trying to create NEG in terraform
    Error: Error creating RegionNetworkEndpointGroup: googleapi: Error 403: Required 'compute.regionNetworkEndpointGroups.create' permission for 'projects/woo-pick-inventory/regions/us-central1/networkEndpointGroups/woopick-backend-cloudrun-neg-us', forbidden
    btw. great video series!

    • @thecloudbaba8668
      @thecloudbaba8668  2 หลายเดือนก่อน +1

      Well, the permission which you are looking for is in the error :) see carefully in the error. It’s starts with compute.regionNetwork……..
      Alternatively you can give wider role like network Adminn for simplicity
      Hope it helps!

  • @boscodomingo
    @boscodomingo 8 หลายเดือนก่อน

    At 4:44 there's a Traffic tag option. What is that? I can't find anything in Google's own documentation

    • @thecloudbaba8668
      @thecloudbaba8668  8 หลายเดือนก่อน

      I will cover this option in future video..stay tuned