
GCP Task-1
Problem Statement:
1. Create multiple projects namely developer and production
2. Create VPC network for both the projects
3. Create a link between both the VPC networks using VPC Peering
4. Create a Kubernetes Cluster in developer project and launch any web application with the Load balancer
5. Create a SQL server in the production project and create a database
6. Connect the SQL database to the web application launched in the Kubernetes cluster
So, Let’s begin:
Step 1 : Create projects “Developer” and “Production”.

Step 2 : Create VPC and subnet for Wordpress.

Step 3 : Create VPC and subnet for mysql.

Step 4 : Set up VPC peering.

Step 5 : Create Kubernetes Cluster for Wordpress.

Step 6 : Configure kubernetes cluster using CLI.

Check if kubernetes cluster is connected.

Step 7: Deploy Wordpress.

Check deployment.

Step 8 : Create 3 replicas of wordpress.

Step 9 : Create Load Balancer.

In GUI,

Step 10 : Create SQL server for database.

Step 11 : Add User in database.

Step 12 : Create database for wordpress “data”.

Step 13 : Wordpress Configuration.



That’s All Folks!!
Thanks everyone for reading, if you like it drop a like and comment.