In this article, we will learn How to get started with GKE i.e. Google Kubernetes Engine in Google Cloud Platform. GKE provides the easiest and simplest way to set up the Kubernetes cluster. Kubernetes (K8s) is an Open Source system for automating deployment, scaling, and management of the containerized applications.
Thursday, 20 August 2020
Thursday, August 20, 2020
Working up with Google Kubernetes Engine in Google Cloud Platform
Wednesday, 12 August 2020
Wednesday, August 12, 2020
Getting Started with Cloud SQL in Google Cloud Platform
In this article, we will learn How to get started with Cloud SQL in Google Cloud Platform. We will start with the creation of a VM Instance. Then we create a MySQL DB in the Cloud SQL and access that DB in the Web application hosted in the VM Instance created in the Google Cloud Platform.
Sunday, 9 August 2020
Sunday, August 09, 2020
Create a storage bucket in Google Cloud Platform
Tuesday, 4 August 2020
Tuesday, August 04, 2020
Create Virtual Machine instance in Compute Engine in Google Cloud Platform
In this article, we will learn How to create VM Instances with Google Cloud Platform’s Compute Engine. We will start with creating VM Instance with GCP Console and then achieve the same thing with the GCP Command Line utility i.e. GCloud. Then we will install the NGINX web server and host the web page and access it on another VM machine and through the internet.
Saturday, 1 August 2020
Saturday, August 01, 2020
Setting up LAMP Certified by Bitnami in Google Cloud Platform
In this article, we will set up a LAMP Stack for web applications in the Google Cloud Platform. LAMP is one of the common examples of the Web Service Stack which basically Stands for Linux, Apache, MySQL, PHP. In this article, we will set up LAMP using Bitnami Certified Apps which provide secure, up-to-date, and packaged using industry best practices.