Implement Load Balancing on Compute Engine: Challenge Lab Reviews
Loading...
No results found.

    Implement Load Balancing on Compute Engine: Challenge Lab Reviews

    380789 reviews

    Vivi Alfiana U. · Reviewed 4 months ago

    Ni Made W. · Reviewed 4 months ago

    Good experience

    Shiv narayan K. · Reviewed 4 months ago

    Abhilash Y. · Reviewed 4 months ago

    Nak R. · Reviewed 4 months ago

    Sourav R. · Reviewed 4 months ago

    Vatsal T. · Reviewed 4 months ago

    Rishita M. · Reviewed 4 months ago

    SHRIRANG S. · Reviewed 4 months ago

    Tough assignment

    Manas G. · Reviewed 4 months ago

    Arpit V. · Reviewed 4 months ago

    Dibyendu S. · Reviewed 4 months ago

    Shaswat Kumar S. · Reviewed 4 months ago

    Cuteness O. · Reviewed 4 months ago

    good

    Amit K. · Reviewed 4 months ago

    Rudraksha D. · Reviewed 4 months ago

    Beni -. · Reviewed 4 months ago

    設定は問題ないと思われるが完了できない。 student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ gcloud compute instance-templates describe lb-backend-template creationTimestamp: '2024-07-23T20:40:06.926-07:00' description: '' id: '7333379721516665209' kind: compute#instanceTemplate name: lb-backend-template properties: canIpForward: false disks: - autoDelete: true boot: true deviceName: persistent-disk-0 index: 0 initializeParams: sourceImage: https://compute.googleapis.com/compute/v1/projects/debian-cloud/global/images/family/debian-11 kind: compute#attachedDisk mode: READ_WRITE type: PERSISTENT machineType: e2-medium metadata: fingerprint: JetNSXkl8sQ= items: - key: startup-script value: | pt-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 kind: compute#metadata networkInterfaces: - accessConfigs: - kind: compute#accessConfig name: external-nat networkTier: PREMIUM type: ONE_TO_ONE_NAT kind: compute#networkInterface name: nic0 network: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/networks/default scheduling: automaticRestart: true onHostMaintenance: MIGRATE preemptible: false provisioningModel: STANDARD serviceAccounts: - email: default scopes: - https://www.googleapis.com/auth/devstorage.read_only - https://www.googleapis.com/auth/logging.write - https://www.googleapis.com/auth/monitoring.write - https://www.googleapis.com/auth/pubsub - https://www.googleapis.com/auth/service.management.readonly - https://www.googleapis.com/auth/servicecontrol - https://www.googleapis.com/auth/trace.append tags: items: - allow-health-check selfLink: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/instanceTemplates/lb-backend-template student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ gcloud compute instance-groups managed describe lb-backend-group --zone=europe-west1-d baseInstanceName: lb-backend-group creationTimestamp: '2024-07-23T20:41:24.280-07:00' currentActions: abandoning: 0 creating: 0 creatingWithoutRetries: 0 deleting: 0 none: 2 recreating: 0 refreshing: 0 restarting: 0 resuming: 0 starting: 0 stopping: 0 suspending: 0 verifying: 0 fingerprint: 8I-cQYYvWE0= id: '7934513038006012171' instanceGroup: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/zones/europe-west1-d/instanceGroups/lb-backend-group instanceLifecyclePolicy: defaultActionOnFailure: REPAIR forceUpdateOnRepair: NO instanceTemplate: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/instanceTemplates/lb-backend-template-v2 kind: compute#instanceGroupManager listManagedInstancesResults: PAGELESS name: lb-backend-group selfLink: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/zones/europe-west1-d/instanceGroupManagers/lb-backend-group status: allInstancesConfig: effective: true isStable: true stateful: hasStatefulConfig: false perInstanceConfigs: allEffective: true versionTarget: isReached: true targetSize: 2 updatePolicy: maxSurge: calculated: 1 fixed: 1 maxUnavailable: calculated: 1 fixed: 1 minimalAction: REPLACE replacementMethod: SUBSTITUTE type: PROACTIVE versions: - instanceTemplate: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/instanceTemplates/lb-backend-template-v2 name: 0/2024-07-24 04:15:42.678857+00:00 targetSize: calculated: 2 zone: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/zones/europe-west1-d student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ gcloud compute instance-groups managed list-instances lb-backend-group --zone=europe-west1-d NAME: lb-backend-group-92bb ZONE: europe-west1-d STATUS: RUNNING HEALTH_STATE: ACTION: NONE INSTANCE_TEMPLATE: lb-backend-template-v2 VERSION_NAME: 0/2024-07-24 04:15:42.678857+00:00 LAST_ERROR: NAME: lb-backend-group-vt0f ZONE: europe-west1-d STATUS: RUNNING HEALTH_STATE: ACTION: NONE INSTANCE_TEMPLATE: lb-backend-template-v2 VERSION_NAME: 0/2024-07-24 04:15:42.678857+00:00 LAST_ERROR: student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ gcloud compute health-checks describe http-basic-check checkIntervalSec: 5 creationTimestamp: '2024-07-23T20:42:47.552-07:00' healthyThreshold: 2 httpHealthCheck: port: 80 portSpecification: USE_FIXED_PORT proxyHeader: NONE requestPath: / id: '3829708146340644568' kind: compute#healthCheck name: http-basic-check selfLink: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/healthChecks/http-basic-check timeoutSec: 5 type: HTTP unhealthyThreshold: 2 student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ gcloud compute backend-services describe web-backend-service --global affinityCookieTtlSec: 0 backends: - balancingMode: UTILIZATION capacityScaler: 1.0 group: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/zones/europe-west1-d/instanceGroups/lb-backend-group connectionDraining: drainingTimeoutSec: 0 creationTimestamp: '2024-07-23T20:43:07.090-07:00' description: '' enableCDN: false fingerprint: _yFARpGFUA8= healthChecks: - https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/healthChecks/http-basic-check id: '7173192095804278436' kind: compute#backendService loadBalancingScheme: EXTERNAL name: web-backend-service port: 80 portName: http protocol: HTTP selfLink: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/backendServices/web-backend-service sessionAffinity: NONE timeoutSec: 30 usedBy: - reference: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/urlMaps/web-map-http student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ gcloud compute url-maps describe web-map-http creationTimestamp: '2024-07-23T20:44:20.777-07:00' defaultService: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/backendServices/web-backend-service fingerprint: QPdKJihDiWE= id: '7207443798564914811' kind: compute#urlMap name: web-map-http selfLink: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/urlMaps/web-map-http student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ gcloud compute target-http-proxies describe http-lb-proxy creationTimestamp: '2024-07-23T20:44:53.595-07:00' fingerprint: 4BJudz2e8Vg= id: '8888246363289929306' kind: compute#targetHttpProxy name: http-lb-proxy selfLink: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/targetHttpProxies/http-lb-proxy urlMap: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/urlMaps/web-map-http student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ gcloud compute forwarding-rules describe http-content-rule --global IPAddress: 34.49.177.79 IPProtocol: TCP creationTimestamp: '2024-07-23T20:45:11.306-07:00' description: '' fingerprint: DEQkMsNPhfg= id: '6663648986966902312' kind: compute#forwardingRule labelFingerprint: 42WmSpB8rSM= loadBalancingScheme: EXTERNAL name: http-content-rule networkTier: PREMIUM portRange: 80-80 selfLink: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/forwardingRules/http-content-rule target: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/targetHttpProxies/http-lb-proxy student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ gcloud compute firewall-rules describe accept-tcp-rule-540 allowed: - IPProtocol: tcp ports: - '80' creationTimestamp: '2024-07-23T20:42:02.473-07:00' description: '' direction: INGRESS disabled: false id: '8937903117308905189' kind: compute#firewall logConfig: enable: false name: accept-tcp-rule-540 network: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/networks/default priority: 1000 selfLink: https://www.googleapis.com/compute/v1/projects/qwiklabs-gcp-00-7738786dcf8f/global/firewalls/accept-tcp-rule-540 sourceRanges: - 130.211.0.0/22 - 35.191.0.0/16 targetTags: - allow-health-check student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ gcloud compute forwarding-rules describe http-content-rule --global --format="value(IPAddress)" 34.49.177.79 student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ curl ^C student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ curl 34.49.177.79 <!DOCTYPE html> <html> <head> <title>Welcome to Google Cloud Platform - lb-backend-group-vt0f!</title> <style> body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> <h1>Welcome to Google Cloud Platform - lb-backend-group-vt0f!</h1> <p>If you see this page, the Google Cloud Platform - lb-backend-group-vt0f web server is successfully installed and working. Further configuration is required.</p> <p>For online documentation and support please refer to <a href="http://Google Cloud Platform - lb-backend-group-vt0f.org/">nginx.org</a>.<br/> Commercial support is available at <a href="http://Google Cloud Platform - lb-backend-group-vt0f.com/">nginx.com</a>.</p> <p><em>Thank you for using Google Cloud Platform - lb-backend-group-vt0f.</em></p> </body> </html> student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ curl 34.49.177.79 <!DOCTYPE html> <html> <head> <title>Welcome to Google Cloud Platform - lb-backend-group-vt0f!</title> <style> body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> <h1>Welcome to Google Cloud Platform - lb-backend-group-vt0f!</h1> <p>If you see this page, the Google Cloud Platform - lb-backend-group-vt0f web server is successfully installed and working. Further configuration is required.</p> <p>For online documentation and support please refer to <a href="http://Google Cloud Platform - lb-backend-group-vt0f.org/">nginx.org</a>.<br/> Commercial support is available at <a href="http://Google Cloud Platform - lb-backend-group-vt0f.com/">nginx.com</a>.</p> <p><em>Thank you for using Google Cloud Platform - lb-backend-group-vt0f.</em></p> </body> </html> student_00_95bfb42a0769@cloudshell:~ (qwiklabs-gcp-00-7738786dcf8f)$ curl 34.49.177.79 <!DOCTYPE html> <html> <head> <title>Welcome to Google Cloud Platform - lb-backend-group-92bb!</title> <style> body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> <h1>Welcome to Google Cloud Platform - lb-backend-group-92bb!</h1> <p>If you see this page, the Google Cloud Platform - lb-backend-group-92bb web server is successfully installed and working. Further configuration is required.</p> <p>For online documentation and support please refer to <a href="http://Google Cloud Platform - lb-backend-group-92bb.org/">nginx.org</a>.<br/> Commercial support is available at <a href="http://Google Cloud Platform - lb-backend-group-92bb.com/">nginx.com</a>.</p> <p><em>Thank you for using Google Cloud Platform - lb-backend-group-92bb.</em></p> </body> </html>

    凌太 佐. · Reviewed 4 months ago

    Rohit B. · Reviewed 4 months ago

    Good

    Soumyashree B. · Reviewed 4 months ago

    Sai B. · Reviewed 4 months ago

    Prem K. · Reviewed 4 months ago

    Gaming E. · Reviewed 4 months ago

    it was tough

    Prince S. · Reviewed 4 months ago

    Navina Shriya G. · Reviewed 4 months ago

    We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.