Opinie (Deploying Apps to Google Cloud)
67223 opinie
Mahmadmukhtar S. · Sprawdzono ponad rok temu
Chetan J. · Sprawdzono ponad rok temu
sagar m. · Sprawdzono ponad rok temu
ramaiah g. · Sprawdzono ponad rok temu
Nathan K. · Sprawdzono ponad rok temu
Sugap R. · Sprawdzono ponad rok temu
Michael E. · Sprawdzono ponad rok temu
yes
CHETANA SHRIKRISHNA G. · Sprawdzono ponad rok temu
Thomas L. · Sprawdzono ponad rok temu
Amy Y. · Sprawdzono ponad rok temu
Kumar A. · Sprawdzono ponad rok temu
Caetano Batista M. · Sprawdzono ponad rok temu
veeramani g. · Sprawdzono ponad rok temu
FAZIMA K. · Sprawdzono ponad rok temu
מור א. · Sprawdzono ponad rok temu
Christian Eduardo M. · Sprawdzono ponad rok temu
so fun
PD-SRE y. · Sprawdzono ponad rok temu
In "Task 4. Deploy to Cloud Run", image was built and pushed to artifact registry, but assessment module didn't recognise the cloud run image on artifact registry.
Satya P. · Sprawdzono ponad rok temu
Cynthia C. · Sprawdzono ponad rok temu
good
Raja R. · Sprawdzono ponad rok temu
good
Prabu M. · Sprawdzono ponad rok temu
GREAT!
Igor C. · Sprawdzono ponad rok temu
Ismar B. · Sprawdzono ponad rok temu
paths in task 3 and 4 are wrong. instead of cd ~/gcp-course/training-data-analyst/courses/design-process/deploying-apps-to-gcp it shall be cd ~/gcp-course/deploying-apps-to-gcp
Tomasz W. · Sprawdzono ponad rok temu
1. Lab have many mistakes and typos. Cite: @app.route("/") def main(): model = {"title" "Hello App Engine"} return render_template('index.html', model=model) Should be: @app.route("/") def main(): model = {"title": "Hello App Engine"} return render_template('index.html', model=model) Missing semicolon ":" between the strings "title" "Hello App Engine" will lead to errors 500 then deployed. I assume those errors and/ or output of the deployed app version not actually checked in the lab - nobody noticed. This typo is repeated two more times: ------------ @app.route("/") def main(): model = {"title" "Hello Kubernetes Engine"} return render_template('index.html', model=model) @app.route("/") def main(): model = {"title" "Hello Cloud Run"} return render_template('index.html', model=model) 2. some task specs are confusing: Cite: "To migrate production traffic to version two, click Split Traffic at the top. Change the version to two, and click Save." but proportions of the split is not specified (and not checked in the lab), default proportion of the split is 0 - traffic will go to ver1 not to ver2 3. paths are not correct "Add a file named kubernetes-config.yaml to the training-data-analyst/courses/design-process/deploying-apps-to-gcp folder." .... "cd ~/gcp-course/training-data-analyst/courses/design-process/deploying-apps-to-gcp gcloud builds submit --tag us-central1-docker.pkg.dev/$DEVSHELL_PROJECT_ID/devops-demo/devops-image:v0.2 ." "cd ~/gcp-course/training-data-analyst/courses/design-process/deploying-apps-to-gcp gcloud builds submit --tag us-central1-docker.pkg.dev/$DEVSHELL_PROJECT_ID/devops-demo/cloud-run-image:v0.1 ." Those steps will not work - we never mentioned the folder "training-data-analyst" before in the lab, originally we created a path ~/gcp-course/deploying-apps-to-gcp.
Yuri G. · Sprawdzono ponad rok temu
Nie gwarantujemy, że publikowane opinie pochodzą od konsumentów, którzy dane produkty kupili lub ich używali. Google nie weryfikuje opinii.