Cloud DNS — direcionamento de tráfego usando política de geolocalização avaliações
8019 avaliações
Brian R. · Revisado há about 2 years
Robert M. · Revisado há about 2 years
Shailendra P. · Revisado há about 2 years
Philip F. · Revisado há about 2 years
Jay P. · Revisado há about 2 years
Susanne L. · Revisado há about 2 years
Completed.
Amitava G. · Revisado há about 2 years
Antonio O. · Revisado há about 2 years
2 commands had typos and needed to be fixed (1) Wrong gcloud compute instances create us-web-vm \ --machine-type=e2-micro \ --zone us-central1-f --network=default \ --subnet=default \ --tags=http-server \ --metadata=startup-script='#! /bin/bash apt-get update apt-get install apache2 -y echo "Page served from: us-central1" | \ tee /var/www/html/index.html systemctl restart apache2' (1) Correction gcloud compute instances create us-web-vm \ --machine-type=e2-micro \ --zone us-central1-f \ --network=default \ --subnet=default \ --tags=http-server \ --metadata=startup-script='#! /bin/bash apt-get update apt-get install apache2 -y echo "Page served from: us-central1" | \ tee /var/www/html/index.html systemctl restart apache2' (2) Wrong export EUROPE_WEB_IP=$(gcloud compute instances describe us-central1-f --zone=europe-central2-b --format="value(networkInterfaces.networkIP)") (2) Correction export EUROPE_WEB_IP=$(gcloud compute instances describe europe-web-vm --zone=europe-central2-b --format="value(networkInterfaces.networkIP)")
Pierre E. · Revisado há about 2 years
Amazing Lab!
Douglas C. · Revisado há about 2 years
Alioune D. · Revisado há about 2 years
Bavithra Sathanathan N. · Revisado há about 2 years
lab command example is incorrect
Genzy H. · Revisado há about 2 years
Devaraj V. · Revisado há about 2 years
lab getting some error in certain part
Genzy H. · Revisado há about 2 years
Anil Kamath A. · Revisado há about 2 years
Good lab, but multiple minor errors in commands.
Andrew G. · Revisado há about 2 years
there are multiple issues here. one progress check doesnt work, and also task 5 point 2 is wrong, it should be "export EUROPE_WEB_IP=$(gcloud compute instances describe europe-web-vm --zone=europe-central2-b --format="value(networkInterfaces.networkIP)")"
David K. · Revisado há about 2 years
too many errors
German Ignacio F. · Revisado há about 2 years
Kept getting errors, things didnt want to run
Tanaya S. · Revisado há about 2 years
Andrew M. · Revisado há about 2 years
Yulii M. · Revisado há about 2 years
Devaraj V. · Revisado há about 2 years
There were a couple of errors in the instructions - the commands listed don't work. e.g., one had a missing \ at an end of line for a multi-line command, another had a zone name where the VM instance name would go.
Eric K. · Revisado há about 2 years
Randy G. · Revisado há about 2 years
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.