Google Cloud Platform

Cloud Shell

Google recently added a new feature called cloud deployment manager. It's a perfect way to manage and automate our cloud environment. It allows us to deploy, delete and update google services like google engine, google container, big query, cloud storage, SQL query etc. We can create static and dynamic templates too which will describe the configuration of our google cloud environment. It allows us to declare all resources for our application using the YAML format. We can also use Python or ninja2 instead of YAML. It's a template driven resource.


This deployment manager uses three types of files.

  • A configuration file that was written in YAML.
  • Template file that is written in python or Ninja2.
  • Schema files that define rules for the templet.

Features

  • We can parallely deploy more than one resources at a time.
  • Using python or ninja2, we can control what we are going to deploy programmatically.
  • We can use one resource as an example of another resource.
  • We can modify or delete our resources.
  • We can also preview our changes done in resources.
  • We can view us all resources in a hierarchical way in this manager.

Must Read Article

How to launch a VM instances in Google Cloud

How to launch a VM instances in Google Cloud

In this tutorial we are going to launch a Compute Egine instance.

How to install wordpress in VM instances in Google Cloud

How to install WordPress on VM instance in Google Cloud

Before you start installing WordPress on VM instance on Google Cloud. You must log in into the machine. You can launch a VM Instance on Google Cloud using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How to create a VM instance in Azure

How to create a VM instance in Azure

In this Tutorial we are going to launch a Virtual Machine in azure.

How to install WordPress on VM instance in Azure

How to install WordPress on VM instance in Azure

Before you start installing WordPress on VM instance on Azure. You must log in into the machine. You can launch a VM Instance in Azure using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How To Launch EC2 Machine

How To Launch EC2 Machine

In this article we are going to learn how to launch a EC2 instance. For this you need to have AWS account.

How to install WordPress on ec2 machine

How to install WordPress on ec2 machine

Before you start installing WordPress on ec2 machine. You must log in into the machine.