Posts

How to Deploy a Wordpress site on a Kubernetes Clusters with Load Balancer Implementation upon Google Cloud Platform(GCP)

Image
  Hello Connections, here i  have posted an article on how to use Google Cloud Platform , to deploy our Webserver inside Kuberenetes Clusters, where these clusters are connected with  load balancer ,and at last we connected our database with this Webserver . This article include all the process & prerequisite to perform this task. Task Description : 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. Now we will start the task & i will discuss all the step by step process or method to perform this task. Step 1:  Create two projects one for developer & another    ...