Google Cloud へのアプリのデプロイ のレビュー
67223 件のレビュー
Seta Mahmadmukhtar · 1年以上前にレビュー済み
Jain Chetan · 1年以上前にレビュー済み
m sagar · 1年以上前にレビュー済み
guggilla ramaiah · 1年以上前にレビュー済み
K Nathan · 1年以上前にレビュー済み
Rho Sugap · 1年以上前にレビュー済み
Enright Michael · 1年以上前にレビュー済み
yes
GAWADE CHETANA SHRIKRISHNA · 1年以上前にレビュー済み
LINDECKER Thomas · 1年以上前にレビュー済み
Yu Amy · 1年以上前にレビュー済み
Ashish35 Kumar · 1年以上前にレビュー済み
Mascarenhas Caetano Batista · 1年以上前にレビュー済み
gurunathan veeramani · 1年以上前にレビュー済み
K FAZIMA · 1年以上前にレビュー済み
אלגרבלי מור · 1年以上前にレビュー済み
Montiel Ortega Christian Eduardo · 1年以上前にレビュー済み
so fun
yo-teng PD-SRE · 1年以上前にレビュー済み
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.
Prakash Satya · 1年以上前にレビュー済み
Cook Cynthia · 1年以上前にレビュー済み
good
Ramasamy Raja · 1年以上前にレビュー済み
good
Mani Prabu · 1年以上前にレビュー済み
GREAT!
Carlo Andre de Queiroz Igor · 1年以上前にレビュー済み
Begic Ismar · 1年以上前にレビュー済み
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
Wasilewski Tomasz · 1年以上前にレビュー済み
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.
Goerlich Yuri · 1年以上前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。