How to Create Virtual Private Network(VPC) on Google Cloud Platform.

Virtual Private Cloud (VPC) provides networking functionality to Compute Engine virtual machine (VM) instances, Google Kubernetes Engine (GKE) clusters, and the App Engine flexible environment. VPC provides networking for your cloud-based resources and services that is global, scalable, and flexible.

 

  • Login to google cloud platform portal.
  • Click on VPC network.
  • Select VPC networks.

 

Fig 1

 

  • Click on Create VPC NETWORK.

 

Fig 2

 

  • Provide the vpc network name.
  • Select Custom subnet creation mode.
  • Thenprovide new subnet name.
  • Select Region.

 

Fig. 3

 

  • Provide IP address range for subnet.
  • If needs add to more subnets so click on Add subnet.
  • Select Dynamic routing mode.

 

Fig. 4

 

  • Select Maximum transmission unit(MTU) 1460 or 1500.
  • Click on Create.

 

Fig. 5

 

  • After sometime vpc network will be ready then go to vpc network page.
  • VPC network is there with the name we provide.

 

Fig. 6

 

Create a VPC network using Shell.

 

Fig. 7

 

Leave a Reply