Implement Load Balancing on Compute Engine: laboratório com desafio avaliações
Carregando...
Nenhum resultado encontrado.

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

    378610 avaliações

    Priya V. · Revisado há 4 months

    done

    RAJVEER S. · Revisado há 4 months

    A V. · Revisado há 4 months

    nice

    Aman S. · Revisado há 4 months

    nice

    Atul S. · Revisado há 4 months

    Instructions are not so clear.

    Ronald N. · Revisado há 4 months

    khushi n. · Revisado há 4 months

    Rafael A. · Revisado há 4 months

    Maciej G. · Revisado há 4 months

    Susanta P. · Revisado há 4 months

    Hava Y. · Revisado há 4 months

    Kaustubh L. · Revisado há 4 months

    Priyanka G. · Revisado há 4 months

    Honey P. · Revisado há 4 months

    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

    Nakul V. · Revisado há 4 months

    Sandika P. · Revisado há 4 months

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

    Eka A. · Revisado há 4 months

    Maila F. · Revisado há 4 months

    Sanket K. · Revisado há 4 months

    good

    Muralidharan G. · Revisado há 4 months

    Ruth Mayeli P. · Revisado há 4 months

    Shiv K. · Revisado há 4 months

    Ichal Wira S. · Revisado há 4 months

    chikkondu v. · Revisado há 4 months

    Marco Antonio S. · Revisado há 4 months

    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.