EP 11. GCP Networking | Google Cloud VPC | Google Cloud Networking

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

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

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

    🔥 Check out our GCP playlist Namaste Google Cloud - Google Cloud Tutorial for beginners
    ruclips.net/p/PLl4APkPHzsUXvkDFARdrH2LMESVqeuH8W

  • @naskar23
    @naskar23 Год назад +10

    Knowledge check:
    1. Expand your subnet IP range
    2. false. they use Private IP
    3. Allow outbound (500), Deny Inbound (1000), Deny outbound (1000), Allow Inbound (65535),
    4. True. When you create a new project in Google Cloud, a default VPC is automatically created for you. By default, this VPC has one subnet in each available region.
    5. false - created at region level
    6. true

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Год назад +2

      Sorry for the delay in response. Yes, these are correct. Here's the explanation to 3), rules with the highest priority(lowest number) will be evaluated first, in this case, the 3rd rule will be evaluated first as it has the priority of 500, which grants outbound access to 192.168.2.1 on port 22(SSH) then deny on 192.168.2.1 and 0.0.0.0/0 will be evaluated as they are next in line with priority 1000. so deny on every IP except 192.168.2.1 on port 22 will be executed. then inbound on 0.0.0.0/0 will be provided. final results:
      outbound on 192.168.2.1 port 22
      inbound from 0.0.0.0/0 on port 22
      rest will be denied.

    • @siddireddyvignesh
      @siddireddyvignesh 9 месяцев назад +1

      @@TechTutorialswithPiyush 👍

    • @subbus-g
      @subbus-g Месяц назад +1

      regarding 5th point, Subnets are created at region level, not the VPC
      • VPC: Global resource, not tied to a single region.
      • Subnets: Regional resources within a VPC.

  • @kasteraaa
    @kasteraaa 7 месяцев назад +1

    Hi Piyush, thanks for the video mate. it was really amazing.
    currently I'm still learning about GCP to achieve my goal as an Google Cloud Associate.
    I have a question, in your topology there is 2 region US-WEST1 and US-EAST 1. Why in the Cloud Console you build the VPC is only on US-WEST1 region? am I missing something here or it should be US-WEST1 and US-EAST1 in the Add Subneting on Create VPC section?
    12:01

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  7 месяцев назад

      Thank you for the wonderful feedback. Yes, that was my mistake, it should be us-west1 and us-east1. Good catch!

  • @nagendranr181
    @nagendranr181 2 года назад +1

    Hi Piyush, I have GCP ACE certification exam on 29th. Could you please throw some lights on practice tests/dumps to get confidence.

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

      Hello Nagendran, ping me over LinkedIn, will share some pointers

    • @nagendranr181
      @nagendranr181 2 года назад +1

      @@TechTutorialswithPiyush Sure. Thank you for your quick and prompt response

  • @prabhneetsingh13
    @prabhneetsingh13 9 месяцев назад +1

    Amazing video, thanks for the explanation

  • @emadsingab6090
    @emadsingab6090 25 дней назад +1

    Very good ❤

  • @nagendranr181
    @nagendranr181 2 года назад +3

    Hi Piyush, Please review the answers below
    1) Expand your Subnet IP Range
    2) False. They use private IP
    3) Can you please provide an answer with explanation
    4) True
    5) False
    6) True

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

      Absolutely correct answers Ngendran, you are on fire! for 3), rules with highest priority(lowest number) will be evaluated first, in this case 3rd rules will be evaluated first as it has the priority of 500, that grants outbound access to 192.168.2.1 on port 22(SSH) then deny on 192.168.2.1 and 0.0.0.0/0 will be evaluated as they are next in line with priority 1000. so deny on every IP expect 192.168.2.1 on port 22 will be executed. then inbound on 0.0.0.0/0 will be provided. final results:
      outbound on 192.168.2.1 port 22
      inbound from 0.0.0.0/0 on port 22
      rest will be denied.
      I hope this I answered your question. Let me know if you still need to discuss anything. Good luck for your exam!

    • @nagendranr181
      @nagendranr181 2 года назад +1

      @@TechTutorialswithPiyush Great Answers. Many thanks for your time and quick explanation

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

      You're most welcome, happy Diwali 😊🙏

  • @sanyamgrover1
    @sanyamgrover1 Месяц назад +1

    @TechTutorialswithPiyush: We can't extend the subnet range in AWS, right ?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Месяц назад +1

      Yes, correct. GCP has some advantage over AWS also, VNET in GCP is global , in AWS it is regional

  • @gummadinagalaskhmi
    @gummadinagalaskhmi 2 дня назад +1

    I have a confusion on subnet concept is there any Video for detail explanation

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 дня назад

      Yes, please check the below video
      ruclips.net/video/G1azmL5-eQI/видео.html

    • @gummadinagalaskhmi
      @gummadinagalaskhmi День назад +2

      @@TechTutorialswithPiyush thank you so much for making simple rule.
      /32 - no ip can change
      /24 - only last ip can change.
      /16 - only last two digit ip can change.
      /8 - last three ip can change.
      /0 - all ip can change
      I got the other point is: if the subnet mask is less then it has a larger ip address located to it

  • @informationsatellite5155
    @informationsatellite5155 9 месяцев назад +1

    great...thank you

  • @naskar23
    @naskar23 Год назад +2

    I do not see the video to calculate subnet range as mentioned in the beginning of video. is it there somewhere but I'm missing it?

    • @naskar23
      @naskar23 Год назад

      Is this the link @Piyush?
      ruclips.net/video/G1azmL5-eQI/видео.html

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Год назад

      I see that you already found it.

  • @RashidAli-tx3vm
    @RashidAli-tx3vm 6 месяцев назад +2

    I believe you need a VPC to peering to connect two VPC from different region.

  • @ShauryaShresht
    @ShauryaShresht Год назад +3

    1. Firewall Policy vs Firewall Rule (Where to use which one and why)
    2. Create Firewall Policy and Implement it for Hybrid use case (Typically customer has dev and prod projects, hence a implement it considering both project)
    3. Rules, Policy and Association (Understand use case in detail)
    4. Automation of this using terraform (Hierarchical Firewall Policy Automation with Terraform | Google Cloud Blog)
    can you make a documentation on these ? Need help in understanding clearly kindly look into it, if you can answer all of them.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Год назад +3

      Firewall rule is to allow/deny certain traffic on certain ports to and from certain IP ranges. e.g if you want that you should have ssh access to your instance. You can create a firewall rule that allows port 22 access from your source IP. Firewall policy is a collection of firewall rules that allows you to update all at once. It can be applied at org level, folder level or vpc level.
      I have added rest of the items to my to-do list and I will definitely create a video/blog on the same. This video was part of the Associate cloud engineer certification hence, in-depth topics were not covered and only the exam topics were discussed but I will create a blog or video on the same.
      Thanks for reaching out!

    • @ShauryaShresht
      @ShauryaShresht Год назад +1

      @@TechTutorialswithPiyush thank you so much can you answer all the question here in your blog and share it

  • @akshayshinde5242
    @akshayshinde5242 3 месяца назад

    HI For 3 I have a confusion that 2nd rule which deny inbound for 0000/0 with priority 1000 should be superior to 1st rule which allows inbound for 0000/0. so at the end inboud should deny for 0000/0.
    i.e outbound on 192.168.2.1 port 22 it should final ans

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  3 месяца назад

      Here's the explanation to 3), rules with the highest priority(lowest number) will be evaluated first, in this case, the 3rd rule will be evaluated first as it has the priority of 500, which grants outbound access to 192.168.2.1 on port 22(SSH) then deny on 192.168.2.1 and 0.0.0.0/0 will be evaluated as they are next in line with priority 1000. so deny on every IP except 192.168.2.1 on port 22 will be executed. then inbound on 0.0.0.0/0 will be provided. final results:
      outbound on 192.168.2.1 port 22
      inbound from 0.0.0.0/0 on port 22
      rest will be denied.

  • @deborshikashyap6745
    @deborshikashyap6745 8 месяцев назад +1

    Can I work only with console but without Cloud ActiveShell or SSH

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  8 месяцев назад +1

      You can do that but I would suggest working with Cloud shell as you will get yourself familiar with gcloud CLI .Console usually changes a lot frequently and most of the times you would not get privileged access through console when working for an organization. I would highly recommend working and practising through CLI

  • @dr.hemantchauhan2613
    @dr.hemantchauhan2613 2 года назад +1

    Good One

  • @rex-dj5cu
    @rex-dj5cu 2 года назад +1

    Thanks 👍🏻

  • @UdaySingh-im4hd
    @UdaySingh-im4hd 2 дня назад +1

    Can I pxe boot with this network?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 дня назад

      Boot with the network? sorry I didnt get your question, can you please elaborate

  • @rajsachdeva1023
    @rajsachdeva1023 2 года назад +1

    Good

  • @akshahantrasena3756
    @akshahantrasena3756 Год назад +1

    can one subnet span across multiple zones ? at 9:00 image.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Год назад

      Hello Akshahantra, A subnet in GCP is a regional resource so yes, it can span across multiple zones 🙂

    • @akshahantrasena3756
      @akshahantrasena3756 Год назад

      @@TechTutorialswithPiyush thanks so much for your time and reply .. Keep going .. we r with u

  • @BatmanChampion
    @BatmanChampion Год назад +1

    #1. Expand your Subnet IP range
    #2. Flase
    #3. Not Clear
    #4. True
    #5. False. VPC created at region level
    #6. True

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Год назад

      Thanks for sharing the answers, yes they are correct. Here's the explanation to 3), rules with the highest priority(lowest number) will be evaluated first, in this case, the 3rd rule will be evaluated first as it has the priority of 500, which grants outbound access to 192.168.2.1 on port 22(SSH) then deny on 192.168.2.1 and 0.0.0.0/0 will be evaluated as they are next in line with priority 1000. so deny on every IP except 192.168.2.1 on port 22 will be executed. then inbound on 0.0.0.0/0 will be provided. final results:
      outbound on 192.168.2.1 port 22
      inbound from 0.0.0.0/0 on port 22
      rest will be denied.

  • @MAHESH_DALLAS
    @MAHESH_DALLAS 6 месяцев назад +1

    how do i reach you out?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  6 месяцев назад

      Hello Mahesh, If it is a quick question, feel free to message me over Linkedin. You can also join our community call every Sunday 11 am EST on our Discord server.

  • @anurag769
    @anurag769 Год назад +1

    Hi, 

need help regarding Ping issue , it might get solve using cloud service.

I’m using one remote software , which is using host ip address , basically I’m accessing united based IP from India , so by that getting ping issue around 250ms+ and packet data loss , 

so actually I want to sort out this issue using cloud service like , ip forwarding or custom routing or whatever helps better in this situation.

Please help me with this I’ll pay for worth solution .

Thanks

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Год назад

      Sorry buddy I don't provide paid consulting services. your issue requires complete implementation, sorry I wouldn't be able to help you out

    • @anurag769
      @anurag769 Год назад +1

      @@TechTutorialswithPiyush Thanks Piyush for reply

  • @jotaro8694
    @jotaro8694 12 дней назад

    1:26 diagram is misleading,
    the us-west and us-east VPCs are different VPCs
    us-west VPC: You could create a subnet with the IP range 10.0.0.0/24.
    us-east VPC: You could create two subnets: one with the IP range 10.1.0.0/24 and another with the IP range 10.2.0.0/24.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  12 дней назад

      No, it's correct. Let me tell you why, This is one single VPC that has subnet in multiple regions. In GCP you can extend your VPC to multiple regions, this is not possible with AWS. You can further check the below diagram from GCP docs
      cloud.google.com/vpc/docs/vpc#network_example