GCP: VPC Peering
Step 1: Create VPC Networking and VM for API and DB
Step 2: Create VPC network peering for both VPC Network
Step 3: Ping one server to another
Step 4: TCPDump
One Server
sudo apt install nginx
sudo tcpdump -i ens4 -v port 80
Another Server
te...
rahmantanvir.hashnode.dev1 min read