Implement Load Balancing on Compute Engine: チャレンジラボ のレビュー
読み込んでいます...
一致する結果は見つかりませんでした。

    Implement Load Balancing on Compute Engine: チャレンジラボ のレビュー

    378613 件のレビュー

    Vardhan Harsh · 4ヶ月前にレビュー済み

    Võ Danh · 4ヶ月前にレビュー済み

    Banoth Bhanuprakash · 4ヶ月前にレビュー済み

    Vattikonda Priya · 4ヶ月前にレビュー済み

    done

    SINGH RAJVEER · 4ヶ月前にレビュー済み

    VAMSHI GOUD A · 4ヶ月前にレビュー済み

    nice

    Sahu Aman · 4ヶ月前にレビュー済み

    nice

    Sahu Atul · 4ヶ月前にレビュー済み

    Instructions are not so clear.

    Navasero Ronald · 4ヶ月前にレビュー済み

    nanera khushi · 4ヶ月前にレビュー済み

    Antasena Rafael · 4ヶ月前にレビュー済み

    GOOGLEUSER Maciej · 4ヶ月前にレビュー済み

    Paul Susanta · 4ヶ月前にレビュー済み

    Yildiz Hava · 4ヶ月前にレビュー済み

    Lohakare Kaustubh · 4ヶ月前にレビュー済み

    Garg Priyanka · 4ヶ月前にレビュー済み

    Peethambaran Honey · 4ヶ月前にレビュー済み

    I was able to view the two instances via the load balancer - but the test still ask to create 2 instance of the server I have created the instance group with 2 instances - in the correct zone with the required heath checks , frontend and backend - created the external ips but it still says to create instances commands done gcloud auth list gcloud config set compute/region us-west1 gcloud config set compute/zone us-west1-b cat << EOF > startup.sh #! /bin/bash apt-get update apt-get install -y nginx service nginx start sed -i -- 's/nginx/Google Cloud Platform - '"\$HOSTNAME"'/' /var/www/html/index.nginx-debian.html EOF gcloud compute instance-templates create web-server-template --image-family=debian-11 --image-project=debian-cloud --tags=allow-health-check --metadata-from-file=startup-script=startup.sh --network=default --subnet=default --machine-type e2-medium gcloud compute instance-groups managed create web-server --template=lb-backend-template --size=2 gcloud compute firewall-rules create accept-tcp-rule-321 --direction=INGRESS --priority=1000 --network=default --action=ALLOW --rules=tcp:80 --source-ranges=0.0.0.0/0 --target-tags=allow-health-check gcloud compute firewall-rules create fw-allow-health-check --network=default --action=allow --direction=ingress --source-ranges=130.211.0.0/22,35.191.0.0/16 --target-tags=allow-health-check --rules=tcp:80 gcloud compute addresses create lb-ipv4-1 --ip-version=IPV4 --global gcloud compute addresses describe lb-ipv4-1 --format="get(address)" --global gcloud compute health-checks create http http-basic-check --port 80 gcloud compute backend-services create web-backend-service --protocol=HTTP --port-name=http --health-checks=http-basic-check --global gcloud compute backend-services add-backend web-backend-service --instance-group=web-server --global gcloud compute url-maps create web-map-http --default-service web-backend-service gcloud compute target-http-proxies create http-lb-proxy --url-map web-map-http gcloud compute forwarding-rules create http-content-rule --address=lb-ipv4-1 --global --target-http-proxy=http-lb-proxy --ports=80

    Vijay Nakul · 4ヶ月前にレビュー済み

    Peiris Sandika · 4ヶ月前にレビュー済み

    I believe it is completed from the requirement perspective, but the progress button is not letting me complete the assessment. -- finally completed.

    Aditya Eka · 4ヶ月前にレビュー済み

    Faiza Shafira Maila · 4ヶ月前にレビュー済み

    Kumar Sanket · 4ヶ月前にレビュー済み

    good

    Gopalan Muralidharan · 4ヶ月前にレビュー済み

    Ponce Rosales Ruth Mayeli · 4ヶ月前にレビュー済み

    Kumar Shiv · 4ヶ月前にレビュー済み

    公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。