Ep. 12 VPC Peering and Shared VPC in Google Cloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

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

  • @TechTutorialswithPiyush
    @TechTutorialswithPiyush  2 ปีที่แล้ว

    🔥 Check out our GCP playlist Namaste Google Cloud - Google Cloud Tutorial for beginners
    th-cam.com/play/PLl4APkPHzsUXvkDFARdrH2LMESVqeuH8W.html

  • @nagendranr181
    @nagendranr181 2 ปีที่แล้ว +4

    Hi Piyush, Please review the answers below
    1) False. Transitive Peering not allowed between VPC A & VPC C
    2) roles/editor or roles/compute.networkadmin
    3) False
    4) True
    5) VPC Peering between VPC A & B and VPC B & VPAC A should be created

  • @naskar23
    @naskar23 ปีที่แล้ว +2

    Knowledge Check:
    1. false. No transitive peering in GCP (and I believe the question is, is VPC A and VPC C are connected?)
    2. roles/editor, roles/compute.networkAdmin
    3. false - cannot be created btw different organisations.
    4. true - VPC peering can work b/w different projects, or different organisations
    5. peering configuration to be setup between A to B and B to A

  • @sanjivaninarayani8467
    @sanjivaninarayani8467 ปีที่แล้ว +1

    thanks alot Piyush that helps a lot for beginners like me

  • @siddireddyvignesh
    @siddireddyvignesh 10 หลายเดือนก่อน +1

    Very useful and helpful, Thankyou sir

  • @naskar23
    @naskar23 ปีที่แล้ว +1

    Just clarifying- in case of transitive peering explanation, the example you took technically doesn't work right as VPC network C has conflicting CIDR range as A. so active peering is not possible between B and C in the first place right?

  • @raphaelvelosoweber5509
    @raphaelvelosoweber5509 ปีที่แล้ว +1

    I need to have a external IP to customer put it in their firewall that will allow my cloud function to access their backend, do you have some tutorial to do it?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  ปีที่แล้ว

      Hello Raphael, check out my video on GCP networking, it should have the step to setup firewall rules.

  • @mayankjadhav4509
    @mayankjadhav4509 2 ปีที่แล้ว +2

    Hi Piyush,
    In Transitive Peering, You have used sam CIDR for VPC A and VPC C so it will also not work.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 ปีที่แล้ว +1

      Hi Mayank, Great Catch! Looks like I made a typo with the CIDR range, as I was focusing on transitive peering, I forgot the overlapping CIDRs. Thanks for letting me know also, it shows that you understood VPC peering very well :) Good job!

    • @mayankjadhav4509
      @mayankjadhav4509 2 ปีที่แล้ว +1

      @@TechTutorialswithPiyush yeah, Piyush. Thanks

  • @devops_scholar
    @devops_scholar 2 ปีที่แล้ว +1

    Hi Piyush - thanks for the explaining such important concept in simple terms - but one query - in case of shared VPC - two attached service project 's vm - wants to talk to each other - how that can be achieved ? example - in one subnet - I kept application Vm & in other subnet I kept Data base - thus now I need to connect to DB from Application VM - please describe what is the way - Thanks !!

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 ปีที่แล้ว

      Hello, Sorry for the delay in response, I somehow missed the comment notification.
      Thank you very much for your valuable feedback! I am glad that you liked it :)
      Regarding your query: You can establish the connectivity between those two service projects by peering them together.

  • @Daniel-ch52
    @Daniel-ch52 ปีที่แล้ว +1

    Hi Piyush, thank you for a great video, one question if I may, I read about the Gcp NCC, network connectivity center which should be used like the AWS transit gateway but for some reason nobody is referring to it in hub and spoke topology. Is there some limitations that prevent it from being used?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  ปีที่แล้ว

      Thank you so much Naor for the amazing feedback! About the question, I havent got a chance to work with NCC yet however, the way I see it, people prefer shared VPC over hub and spoke as it provides high availability. With Hub being a single point of failure it could be a bottleneck. I could be wrong but I will try to get some more details on this and get back to you. Thanks again!

    • @Daniel-ch52
      @Daniel-ch52 ปีที่แล้ว

      @@TechTutorialswithPiyush Thank you for your reply Piyush 🙏🏻

  • @PiyushGhosh-l4k
    @PiyushGhosh-l4k 2 หลายเดือนก่อน

    To create vpc through console why we are using "gcloud compute" ? How it is linked with gcloud and compute which is used for compute engine.

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

      That's how the command expects the input. As the compute engine is part of a vpc, it will be created using that command, more details here
      cloud.google.com/sdk/gcloud/reference/compute/networks/create

  • @lucashelio4040
    @lucashelio4040 ปีที่แล้ว +1

    Valeu pelo vídeo aí mano

  • @BatmanChampion
    @BatmanChampion ปีที่แล้ว +1

    #1.False (VPC A and VPC C)not peered automatically
    #2.roles/editor or roles/compute.networkadmin
    #3.False (Shared VPC created within the projects/organisation)
    #4.True (VPC Peering created b/w different organisation)
    #5.Create VPC Peering Connection b/w VPC A to VPC B and VPC B to VPC A

  • @milindahire2333
    @milindahire2333 2 ปีที่แล้ว +1

    Q 1.. False
    Q 2.. Editor , Owner role of VPC Network are delete and create vpc peering
    Q 3.. False
    Q 4.. True