리뷰 Compute Engine에서 부하 분산 구현: 챌린지 실습개

리뷰 Compute Engine에서 부하 분산 구현: 챌린지 실습개

리뷰 371885개

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. · 대략 1개월 전에 리뷰됨

Nikita D. · 대략 1개월 전에 리뷰됨

taking too long

Arun D. · 대략 1개월 전에 리뷰됨

Nandhitha S. · 대략 1개월 전에 리뷰됨

Inderpal B. · 대략 1개월 전에 리뷰됨

佐久間貴人 T. · 대략 1개월 전에 리뷰됨

Kushpoo T. · 대략 1개월 전에 리뷰됨

HARI P. · 대략 1개월 전에 리뷰됨

Sanjay R. · 대략 1개월 전에 리뷰됨

Naveen K. · 대략 1개월 전에 리뷰됨

G.sowjanya S. · 대략 1개월 전에 리뷰됨

Deepa A. · 대략 1개월 전에 리뷰됨

João L. · 대략 1개월 전에 리뷰됨

Devadarshini V. · 대략 1개월 전에 리뷰됨

Divya D. · 대략 1개월 전에 리뷰됨

Soundarya K. · 대략 1개월 전에 리뷰됨

Carlos D. · 대략 1개월 전에 리뷰됨

佐久間貴人 T. · 대략 1개월 전에 리뷰됨

佐久間貴人 T. · 대략 1개월 전에 리뷰됨

Mohammed A. · 대략 1개월 전에 리뷰됨

Devadarshini V. · 대략 1개월 전에 리뷰됨

MAYANK B. · 대략 1개월 전에 리뷰됨

Elizadora M. · 대략 1개월 전에 리뷰됨

good

Divya S. · 대략 1개월 전에 리뷰됨

Sowndharya A. · 대략 1개월 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.