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 …
Read more “How to Create Network Endpoint Groups in Google Cloud Platform”
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 …
Read more “How to Create Health check on Google cloud platform.”
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 …
Read more “How to Create a Snapshot in Google cloud Platform.”
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 …
How to Create Disk on Google Cloud Platform
Persistent Disk is designed for high durability. It stores data redundantly to ensure data integrity. Persistent disks are durable network storage devices that your instances can access like physical disks in a desktop or a server. The data on each persistent disk is distributed across several physical disks. Login to google cloud platform portal. Click on compute engine . Select Disk. Provide …