Implement Load Balancing on Compute Engine: laboratório com desafio avaliações

Implement Load Balancing on Compute Engine: laboratório com desafio avaliações

371885 avaliações

Hi Ayaz, In the 3rd step, we create a firewall rule with target-tags "http-server", which should be for the instance template. So can we put a tag "--tags=http-server" when creating the instance template? After that, the healthy check is successful. I can also access the load balancer, which will redirect the traffic either to the first VM instance or the second VM instance. But when I check the check button in the 2 task, it still says I need to create two managed instance behind the load balancer. Could you help try the check button in this lab? Thanks! Create an Instance Template: bashCopy code gcloud compute instance-templates create nginx-template \ --machine-type e2-medium \ --metadata startup-script-url=gs://your-bucket/startup.sh \ --image-family debian-10 \ --image-project debian-cloud Create a Managed Instance Group: bashCopy code gcloud compute instance-groups managed create nginx-group \ --base-instance-name nginx \ --template nginx-template \ --size 2 \ --zone YOUR_ZONE Create a Firewall Rule: bashCopy code gcloud compute firewall-rules create allow-http \ --allow tcp:80 \ --target-tags http-server

Lucas L. · Revisado há about 1 month

Nikita D. · Revisado há about 1 month

taking too long

Arun D. · Revisado há about 1 month

Nandhitha S. · Revisado há about 1 month

Inderpal B. · Revisado há about 1 month

佐久間貴人 T. · Revisado há about 1 month

Kushpoo T. · Revisado há about 1 month

HARI P. · Revisado há about 1 month

Sanjay R. · Revisado há about 1 month

Naveen K. · Revisado há about 1 month

G.sowjanya S. · Revisado há about 1 month

Deepa A. · Revisado há about 1 month

João L. · Revisado há about 1 month

Devadarshini V. · Revisado há about 1 month

Divya D. · Revisado há about 1 month

Soundarya K. · Revisado há about 1 month

Carlos D. · Revisado há about 1 month

佐久間貴人 T. · Revisado há about 1 month

佐久間貴人 T. · Revisado há about 1 month

Mohammed A. · Revisado há about 1 month

Devadarshini V. · Revisado há about 1 month

MAYANK B. · Revisado há about 1 month

Elizadora M. · Revisado há about 1 month

good

Divya S. · Revisado há about 1 month

Sowndharya A. · Revisado há about 1 month

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.