Cloud SQL is a fully-managed database service that makes it easy to set up and use relational databases on Google Cloud Platform. This article covers the steps that will help in creating a MySQL 5 instance on Google Cloud Platform. It walks through the creation of a MySQL Instance, setting...
This article will cover the setups required to publish a static website on GCP and using a custom domain from Google domain. It assumes we have some content like html page etc. to publish on GCP as static site. Although it is written for domains registered with Google domain, any...
The A and CNAME records are the two common ways to map a host name (“name”) to one or more IP addresses. There are important differences between these two records. The A record points a name to a specific IP. If you want blog.knolare.com to point to the server 195.195.195.195.  A...
This article provide steps that to deploy an Angular App to Google GCP AppEngine. I will be deploying a frontend Angular App (Angular Word Combiner) with does not need any backend. Bellow is the screenshot of the Application that we would be deploying. Google offers 2 options to deploy...