© 2023 Hashnode
#gce
In this lab we will know how static IP Address works. Step 1:- Make One new instance and Check out your IP address it's dynamic, means if I stop and start the machine my IP address will change. Step …
Today we will launch instance using instance template and instance Group Without Instance Template we can't launch Instance Group, So we will first create instance Template. Step 1:- Expand services, …
In this lab we will be looking at how the load balancer works In short load Balancer, as name suggests it balances the traffic and make sures the traffic goes to your end user without causing any perf…
In this lab we will play with gcloud cli with more commands and launch compute Engine with it. If you want to see the details of your compute instance.gcloud compute instances describe [your instance…
In this lab we are going to launch compute engine using gcloud cli also some basic gcloud commands why use gcloud cli ? gcloud cli (Google Cloud Command Line Interface) Now time is the essence it's go…
This lab will be short as compare to others We will be launching our VM instance using a Machine Image Machine Image :- These image are the once which contains all your configuration, metadata, permi…
In this lab we will launch our VM instance using custom image Here we are going to use our previous lab template. let's begin custom image :- Basically, a custom image is the image we use to save the …
In this lab we are going to learn how to create Instance template Instance template - Instance template helps us to ease our work, Like we don't have to go again and again create a new instance instea…
In this lab we are going to use startup script and launch VM instances. Startup script :- It is a set of code which is used to perform certain task during when we launch our VM instances. For example…
This part of lab we are going to GCE instance and play with it accordingly. Step 1:- On top left corner, Expand services, select compute Engine and click on VM instances. Step 2:- Click on create instance. Step 3:- Name your instance, cho…