关于“運用 Gemini 佈建雲端基礎架構”的评价

评论

Aditi A. · 评论over 1 year之前

Bhavika .. · 评论over 1 year之前

YuLin S. · 评论over 1 year之前

Ken C. · 评论over 1 year之前

Dashmeen G. · 评论over 1 year之前

Chollangi J. · 评论over 1 year之前

benson l. · 评论over 1 year之前

Tzu Hua C. · 评论over 1 year之前

Akash C. · 评论over 1 year之前

open o. · 评论over 1 year之前

紹育 高. · 评论over 1 year之前

Hong-Yu L. · 评论over 1 year之前

Mark Chun W. · 评论over 1 year之前

Most of the commands provided by Gemini did not work as expected. Below is a summary of the Gemini commands, the issues faced, and the alternative commands used to complete the tasks successfully: Cluster Creation: Gemini Command: gcloud container clusters create gemini-demo --location=us-east1 --cluster-version=latest --enable-autopilot Issue: This command failed due to unspecified or incorrect parameters. Command Used Instead: gcloud container clusters create-auto gemini-demo --region us-east1 Note: The create-auto command worked successfully, setting up an Autopilot cluster in the specified region. Creating Deployment: Gemini Command: kubectl apply -f hello-server-deployment.yaml Issue: The command expected a specific YAML configuration file, which was either missing or not correctly set up. Command Used Instead: kubectl create deployment hello-server --image=us-docker.pkg.dev/google-samples/containers/gke/hello-app:1.0 Note: This command directly created the deployment using a specified container image. Exposing the Deployment: Gemini Command: kubectl expose deployment hello-server --type LoadBalancer --port 80 --target-port 8080 Issue: The command syntax was not properly recognized (missing equal signs for flags). Command Used Instead: kubectl expose deployment hello-server --type=LoadBalancer --port=80 --target-port=8080 Note: Adding the equal signs (=) after the flags resolved the issue. Retrieving Service Details: Gemini Command: kubectl get service hello-server -o jsonpath='{.status.loadBalancer.ingress[*].ip}' Issue: The command returned an error, possibly due to incorrect JSON path syntax or lack of ingress IP at the moment. Command Used Instead: kubectl get service hello-server Note: This simpler command provided the necessary service information, including the external IP, in a readable format. Summary: While Gemini provided commands that were close to achieving the desired tasks, many of them did not work as intended due to syntax errors, missing configuration files, or incorrect command parameters. The alternative commands used were simpler and successfully executed the required tasks.

Sunny D. · 评论over 1 year之前

Sikha N. · 评论over 1 year之前

冠輝 李. · 评论over 1 year之前

SeokHwan J. · 评论over 1 year之前

太郎 田. · 评论over 1 year之前

Chun-Cheng H. · 评论over 1 year之前

Edvan S. · 评论over 1 year之前

2319_Lavanya_G40 G. · 评论over 1 year之前

Saniga B. · 评论over 1 year之前

Tatsiana B. · 评论over 1 year之前

Tanwir A. · 评论over 1 year之前

Annapurna P. · 评论over 1 year之前

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。