Deployment of WebApplication by using GCP

Nivedita Shinde
2 min readOct 10, 2020

--

Welcome you guys to my new article. Here, I have used GCP(Google Cloud Platform) to deploy WordPress.

🔰 PROJECT DESCRIPTION :

1. Create multi projects with dev and prod

2. Create VPC network for dev project

3.Create VPC network for prod project

4. Connect both the VPC network with VPC peering

5. Create a Kubernetes Cluster in dev project and launch a wordpress/Joomla application with the Load balancer

6. Create a SQL server in prod project and create a database

7. Connect the SQL database with the application launched in the K8s cluster

I have completed this project by using Quickslab, so I have created single project for production and development.

Process of Completion:

1.Creation of project: To perform any kind of task in gcp, first of all we have to crate a project and if you already have it, you can select that too.

2. Now create VPC and add a firewall to allow all the traffic.

3. We have 2 VPCs but there is no connection between them, so to connect them we have to use VPC peering.

4. Now, create a kubernetes cluster.

5. Create a databse.

--

--

Nivedita Shinde
Nivedita Shinde

Written by Nivedita Shinde

A Tech-Enthusiast from GCE, Karad

No responses yet