Google Compute Engine

How to Backup Google Cloud Virtual Machine

September 10th 2021, 5:02
A Linux machine running on the Compute Engine is a critical application to your business. You hence want to tackle the backups of the persistent disks that are apportioned to the virtual machines as a way of recovering them in case anything goes wrong. By use of the persistent disk...
1365

How to Use the GCP's VM manager to manage patch

September 10th 2021, 4:54
Just if you host your virtual machine on the Compute Engine and are in need of a method to patch all the operating systems at a go, you might attempt the OS patch management with the VM manager. This combination helps to create a patch job that patches your fleet...
2915

How to Deploy Containers to Managed Instance Groups

September 8th 2021, 11:16
You need your applications to operate as managed containers. You want your NGINX web server to function as a container via the Cloud Compute Engine. With this method, you can achieve it and benefit from the perks (autoscaling, rolling updates, etc) provided by open-source systems like Kubernetes. First, you need...
1105

How to Create a Cluster of NGINX web server with an Instance Group

September 8th 2021, 11:03
There may be some scenarios in which you need your NGINX web server to be completely infallible. Unfortunately, there’s no such thing as an unbreakable server. However, you can queue up multiple web servers to use as backups in the event your primary server fails. You need to use Instance...
3849

How to Run Startup Scripts on Google Cloud Console

September 5th 2021, 2:59
Google Compute Engine can be used to set up a secure Linux VM via the Cloud Console. From there, it’s relatively easy to launch startup scripts designed to automate NGINX installations. It’s helpful for when you want to create more VMs but don’t have the time to configure the settings...
2777

How to Use Identity-Aware Proxy TCP Forwarding to Enable Administrative Access to Your Windows VM

September 3rd 2021, 10:36
These instructions explain how to establish administrative accesses for a Windows Virtual Machine using Identity-Aware TCP forwarding. It’s important to do this if your VM lacks an external IP address and cannot connect to the web. IAP TCP forwarding is a secure method for sending RDP, SSH and other types...
2344

How to Use Google Compute Engine to Create a Linux Virtual Machine

September 3rd 2021, 10:11
You need to set up an NGINX server on the Google Cloud Console to create a Linux Virtual Machine using Google Compute Engine. This provides unlimited access to the NGINX web server via the cloud-hosted OS. The first step is using the Google Compute Engine to set up a Linux...
1059

How to Use Google Compute Engine to Create a Virtual Windows Machine

September 3rd 2021, 9:04
The application requires a Windows server for successful installation. It also requires some configuration changes to the operating system. Ensure you have the necessary permissions to make these changes. The first step is using the Google Compute Engine to set up a virtual Windows server on the Google Cloud Console....
1375