Use of Basic Commands & utilities on Linux.

Introduction Lets start the command line utilities based on linux platforms. Pre-requisities In this blog we do learn some basics commands. 1- pwd This command is to find the current working directory pwd. /root The /root directory is the home directory of the root (administrative) user. If you are logged in with another user the you will see something …

How to Create Network Endpoint Groups in Google Cloud Platform

A network endpoint group (NEG) is a collection of endpoints or services that you can apply networking functions to, like load balancing, firewalls, and logging. Zonal and Internet NEGs contain endpoints such as IP addresses and ports, or FQDNs. Serverless NEGs point to an App Engine, Cloud Functions, or Cloud Run service.   Login to …

How to Create Health check on Google cloud platform.

Google Cloud provides health checking mechanisms that determine if backends, such as instance groups and zonal network endpoint groups (NEGs), properly respond to traffic. Login to google cloud platform portal. Click on Compute Engine. Select Health Checks.     Click on Create health check.     Provide the health check name. Select protocol  & port …

How to Create a Snapshot in Google cloud Platform.

Snapshots incrementally back up data from your persistent disks. After created a snapshot to capture the current state of the disk we can use it to restore that data to a new disk.We can create snapshots from disks even while they are attached to running virtual machine (VM) instances.   Login to Google cloud platform portal. Click …

How to Create Images in Google Cloud Platform

A custom image is a boot disk image that you own and control access to. Use custom images for the following tasks: Import a boot disk image to Compute Engine from your on-premises environment, or import virtual disks from VMs that are running on your local workstation or on another cloud platform.   Login to …