Member-only story
Virtual Private Cloud (VPC) Network
Virtual Private Cloud
A Virtual Private Cloud (VPC) network is a global resource that consists of a list of regional virtual subnetworks (subnets) in data centers, all connected by a global wide area network (WAN).
VPC networks are logically isolated from each other in Google Cloud.
VPC provides networking functionality to Compute Engine virtual machine (VM) instances, Kubernetes Engine containers, and App Engine Flex.
Each Google Cloud project by default has a default
network configuration that provides each region with an auto subnet network.
In the below video, you will learn how to
- Use
gcloud
to create two custom VPC networks with subnets, firewall rules, and VM instances. - Test the networks' ability to allow traffic from the public internet.
Video Link: https://www.youtube.com/watch?v=pMjlEhvCSAw
Steps:
Task 1. Create network
Task 2. Create a subnetwork
Task 3. Viewing networks
Task 4. List subnets
Task 5. Creating firewall rules
Task 6. Viewing firewall rules details
Task 7. Create another network
Task 8. Create VM instances
Task 9. Explore…