Ep. 12 VPC Peering and Shared VPC in Google Cloud

Поділитися
Вставка
  • Опубліковано 6 вер 2022
  • Welcome to another exciting GCP video tutorial. In this tutorial, you will learn all about VPC Peering and Shared VPC in Google Cloud and how to create VPC peering in GCP.
    This is the 12th video in the “🙏Namaste Google Cloud” series where I am publishing GCP videos weekly. I have designed the playlist keeping in mind the beginners to advance levels so, if you have never worked with GCP before, don't worry, I have got you covered.
    This series will also cover the course content and sample questions of the Google Cloud Associate Cloud Engineer certification exam. This will be an ongoing series!
    In this video, I will be covering
    - What is VPC Peering in gcp.
    - What are the benefits of VPC Peering.
    - How to create vpc peering in gcp
    - What are the limitations of VPC peering in gcp.
    - Demo: How to create VPC Peering in gcp.
    - Important points to remember about VPC Peering.
    - What is a Shared VPC in gcp and how does it work.
    - Knowledge checks for Associate Cloud Engineer Certification exam
    🔥Getting started with GCE:
    • EP 2. Getting Started ...
    𝗖𝗢𝗠𝗣𝗟𝗘𝗧𝗘 𝗧𝗨𝗧𝗢𝗥𝗜𝗔𝗟 𝗦𝗘𝗥𝗜𝗘𝗦 👌 It’s 🅵🆁🅴🅴 ⛳
    Namaste Google Cloud | GCP Tutorial for beginners, a complete playlist for Associate Cloud Engineer Certification Exam:
    • Namaste Google Cloud, ...
    DevOps Tutorial for beginners
    • DevOps Tutorial for be...
    AWS tutorial for beginners
    • AWS (Amazon Web Servic...
    Azure Data fundamentals DP 900 full course
    • Microsoft Azure Data F...
    Jenkins Tutorial for beginners
    • Jenkins Tutorial For B...
    DevOps and Cloud Podcasts:
    • DevOps and Cloud Podcasts
    Subscribe to our channel to get notified about the latest videos.
    🔥 / techtutorialswithpiyush
    Connect with me 👋
    🌎LINKEDIN: ►
    / piyush-sachdeva
    🐦TWITTER: ►
    / techie_piyush
    Join our learning communities 👋
    / discord
    References 📚:
    cloud.google.com/vpc/docs/vpc...
    cloud.google.com/vpc/docs/sha...
    / shared-vpc-in-google-c...
    / everything-you-should-...
    stackoverflow.com/questions/6...
    serverfault.com/questions/103...
    #namastegooglecloud #vpcpeering #sharedvpc
  • Наука та технологія

КОМЕНТАРІ • 27

  • @TechTutorialswithPiyush
    @TechTutorialswithPiyush  Рік тому

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

  • @nagendranr181
    @nagendranr181 Рік тому +3

    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

  • @sanjivaninarayani8467
    @sanjivaninarayani8467 7 місяців тому +1

    thanks alot Piyush that helps a lot for beginners like me

  • @siddireddyvignesh
    @siddireddyvignesh 5 місяців тому +1

    Very useful and helpful, Thankyou sir

  • @lucashelio4040
    @lucashelio4040 11 місяців тому +1

    Valeu pelo vídeo aí mano

  • @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

  • @naordaniel
    @naordaniel Рік тому +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!

    • @naordaniel
      @naordaniel Рік тому

      @@TechTutorialswithPiyush Thank you for your reply Piyush 🙏🏻

  • @devops_scholar
    @devops_scholar Рік тому +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  Рік тому

      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.

  • @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?

  • @mayankjadhav4509
    @mayankjadhav4509 Рік тому +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  Рік тому +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 Рік тому +1

      @@TechTutorialswithPiyush yeah, Piyush. Thanks

  • @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.

  • @user-es7fw9fy2b
    @user-es7fw9fy2b Рік тому +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 Рік тому +1

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