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

  Рет қаралды 38,688

Tech Tutorials with Piyush

Tech Tutorials with Piyush

Күн бұрын

Пікірлер: 60
@TechTutorialswithPiyush
@TechTutorialswithPiyush 2 жыл бұрын
🔥 Check out our GCP playlist Namaste Google Cloud - Google Cloud Tutorial for beginners kzbin.info/aero/PLl4APkPHzsUXvkDFARdrH2LMESVqeuH8W
@naskar23
@naskar23 Жыл бұрын
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 Жыл бұрын
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 11 ай бұрын
@@TechTutorialswithPiyush 👍
@subbus-g
@subbus-g 3 ай бұрын
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.
@prabhneetsingh13
@prabhneetsingh13 11 ай бұрын
Amazing video, thanks for the explanation
@TechTutorialswithPiyush
@TechTutorialswithPiyush 11 ай бұрын
Glad you enjoyed it!
@naskar23
@naskar23 Жыл бұрын
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? kzbin.info/www/bejne/fWLEq6CCapKYh6s
@TechTutorialswithPiyush
@TechTutorialswithPiyush Жыл бұрын
I see that you already found it.
@nagendranr181
@nagendranr181 2 жыл бұрын
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 жыл бұрын
@@TechTutorialswithPiyush Sure. Thank you for your quick and prompt response
@emadsingab6090
@emadsingab6090 3 ай бұрын
Very good ❤
@TechTutorialswithPiyush
@TechTutorialswithPiyush 2 ай бұрын
Thank you! Cheers!
@kasteraaa
@kasteraaa 10 ай бұрын
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 9 ай бұрын
Thank you for the wonderful feedback. Yes, that was my mistake, it should be us-west1 and us-east1. Good catch!
@sanyamgrover1
@sanyamgrover1 3 ай бұрын
@TechTutorialswithPiyush: We can't extend the subnet range in AWS, right ?
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Yes, correct. GCP has some advantage over AWS also, VNET in GCP is global , in AWS it is regional
@informationsatellite5155
@informationsatellite5155 11 ай бұрын
great...thank you
@TechTutorialswithPiyush
@TechTutorialswithPiyush 11 ай бұрын
Most welcome
@gummadinagalaskhmi
@gummadinagalaskhmi 2 ай бұрын
I have a confusion on subnet concept is there any Video for detail explanation
@TechTutorialswithPiyush
@TechTutorialswithPiyush 2 ай бұрын
Yes, please check the below video kzbin.info/www/bejne/fWLEq6CCapKYh6s
@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
@RashidAli-tx3vm
@RashidAli-tx3vm 8 ай бұрын
I believe you need a VPC to peering to connect two VPC from different region.
@TechTutorialswithPiyush
@TechTutorialswithPiyush 8 ай бұрын
In GCP, A VPC can span into multiple regions
@nagendranr181
@nagendranr181 2 жыл бұрын
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 жыл бұрын
@@TechTutorialswithPiyush Great Answers. Many thanks for your time and quick explanation
@TechTutorialswithPiyush
@TechTutorialswithPiyush 2 жыл бұрын
You're most welcome, happy Diwali 😊🙏
@UdaySingh-im4hd
@UdaySingh-im4hd 2 ай бұрын
Is DHCP and dhcprelay supported on gcp?
@TechTutorialswithPiyush
@TechTutorialswithPiyush Ай бұрын
I am not sure about dhcprelay but dhcp yes.
@ShauryaShresht
@ShauryaShresht Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@TechTutorialswithPiyush thank you so much can you answer all the question here in your blog and share it
@dr.hemantchauhan2613
@dr.hemantchauhan2613 2 жыл бұрын
Good One
@TechTutorialswithPiyush
@TechTutorialswithPiyush 2 жыл бұрын
Thank you very much 🫡🙏
@akshayshinde5242
@akshayshinde5242 6 ай бұрын
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 6 ай бұрын
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.
@akshahantrasena3756
@akshahantrasena3756 2 жыл бұрын
can one subnet span across multiple zones ? at 9:00 image.
@TechTutorialswithPiyush
@TechTutorialswithPiyush 2 жыл бұрын
Hello Akshahantra, A subnet in GCP is a regional resource so yes, it can span across multiple zones 🙂
@akshahantrasena3756
@akshahantrasena3756 2 жыл бұрын
@@TechTutorialswithPiyush thanks so much for your time and reply .. Keep going .. we r with u
@UdaySingh-im4hd
@UdaySingh-im4hd 2 ай бұрын
Can I pxe boot with this network?
@TechTutorialswithPiyush
@TechTutorialswithPiyush 2 ай бұрын
Boot with the network? sorry I didnt get your question, can you please elaborate
@rex-dj5cu
@rex-dj5cu 2 жыл бұрын
Thanks 👍🏻
@TechTutorialswithPiyush
@TechTutorialswithPiyush 2 жыл бұрын
You're most welcome 🙂
@rajsachdeva1023
@rajsachdeva1023 2 жыл бұрын
Good
@TechTutorialswithPiyush
@TechTutorialswithPiyush 2 жыл бұрын
Thank you ❣️
@MAHESH_DALLAS
@MAHESH_DALLAS 8 ай бұрын
how do i reach you out?
@TechTutorialswithPiyush
@TechTutorialswithPiyush 8 ай бұрын
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.
@deborshikashyap6745
@deborshikashyap6745 11 ай бұрын
Can I work only with console but without Cloud ActiveShell or SSH
@TechTutorialswithPiyush
@TechTutorialswithPiyush 11 ай бұрын
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
@jotaro8694
@jotaro8694 2 ай бұрын
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 2 ай бұрын
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
@anurag769
@anurag769 Жыл бұрын
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 Жыл бұрын
@@TechTutorialswithPiyush Thanks Piyush for reply
@BatmanChampion
@BatmanChampion Жыл бұрын
#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.
Ep. 12 VPC Peering and Shared VPC in Google Cloud
21:32
Tech Tutorials with Piyush
Рет қаралды 14 М.
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
GCP Networking in 1 hour | Google Cloud Networking
1:03:30
TechTrapture
Рет қаралды 21 М.
Cloud OnAir: Google Cloud Networking 101
43:31
Google Cloud Tech
Рет қаралды 73 М.
GCP Networking 101
25:52
netJoints
Рет қаралды 18 М.
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН