Google Cloud Platform(GCP)
Google Cloud Platform (GCP), offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, file storage, and YouTube.
Task Details :
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.
I Create account in google cloud platform(gcp).then Create Pojects in GCP. I created two Projects "DevlopProject" and "ProductionProject". after creating a project have to link it with a billing account. Without linking billing account, we cannot use any service of GCP
Created the VPC Network in the DevelopProject and VPC Network in ProductionProject.
Now the VPC Network Peering for both the projects.
Created Kubernetes Cluster in the DevlopProject.
Kubernetes is also known as 'k8s'. Kubernetes is an extensible, portable, and open-source platform designed by Google in 2014. It is mainly used to automate the deployment, scaling, and operations of the container-based applications across the cluster of nodes. It is also designed for managing the services of containerized apps using different methods which provide the scalability, predictability, and high availability.
We have to set the kubectl.exe to our project’s Kubernetes service by this command from gcloud SDK.
We can see how many nodes are running by this command
Here using WordPress web application as a front-end in the DevelopProject.
you can see all Pods are running or not.
you can see all Nodes are running or not.
We Create a LoadBalancer for the WordPress pod .
if you want to check your Load Balancer use this Command.
Now, i set up the SQL in ProductionProject. and created MySQL Instance.
Then Created the Connection.
Created the DataBase.
Then I had lauch the wordPress.
ThankYou!!!!!!
Good work 👌
Good job 👍
Great work Manisha