
How to launch a VM instances in Google Cloud
In this tutorial we are going to launch a Compute Egine instance.
In this article you are going to learn basics of container registry. What is the container? The container is an isolated environment created by an OS to run application. If we take a snapshot of this container file systems, we will have a container image. This image is basically a bunch of static file on disk. Once we get this image we can spin up multiple instances based on this image. The instances are identical to the original image. This container image helps us to scale out our application quickly. We can also ship our image from one system to another. We can do this by using registry service. What is registry service? It is basically a repository. It will help us to store our container image. We can upload our image to the registry to store a copy of the image, this process is called PUSH. On another system, we can download the image and create a copy on another system, this process is called PULL. In that another system we can run the image with the help of the container. In the second system, the apps will run like the original host.
The container is a very powerful way to help us to ship our applications from one place to another and registry acts as the intermediary for sharing images between systems.Google container registry is a private Docker registry running on google cloud storage. It uses the same credentials as of the google docker registry. The image stored in container registry can be accessed by google compute engine or from the machine we own.
In this tutorial we are going to launch a Compute Egine instance.
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.
In this Tutorial we are going to launch a Virtual Machine 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.
In this article we are going to learn how to launch a EC2 instance. For this you need to have AWS account.
Before you start installing WordPress on ec2 machine. You must log in into the machine.