VPC Network Peering on Google Cloud Platform (GCP)
What is Google Cloud VPC Network Peering?
Google Cloud VPC Network Peering allows internal IP address connectivity across two Virtual Private Cloud (VPC) networks regardless of whether they belong to the same project or the same organization.
Let’s start our project step by step
This is the Dashboard of GCP:-
Firstly, we create two VPC,
1. create “ devvpc” :-
2. create “ provpc” :-
thus, two VPC is created:-
Then, we create two instances:-
1. create “ devos” :-
2. Similarly create “ props” instance :-
Both the instances created successfully as shown below:-
Now, create a new Firewall Rule:-
Then, create the connection of VPC network peering:-
Hence, Both VPC is Active and VPC network peering also established successfully:-
Finally, we peering with two different VPC, It means we can transfer data between these two VPC with very high-speed because we use private IP and the whole transfer of data is done on google private infrastructure.