关于“Kubernetes Basics v1.6”的评价

11149 条评价

getting error in Run and deploy a container > step 3 student_04_ea43f825719c@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-04-727081bfe864)$ kubectl expose deployment nginx --port 443 --type LoadBalancer Error from server (NotFound): deployments.extensions "nginx" not found Will try again.

Sunil D. · 已于 almost 6 years前审核

Adebiyi T. · 已于 almost 6 years前审核

Reema K. · 已于 almost 6 years前审核

Karen G. · 已于 almost 6 years前审核

it worked!

Carlos V. · 已于 almost 6 years前审核

José O. · 已于 almost 6 years前审核

Benard N. · 已于 almost 6 years前审核

didn't work

Carlos V. · 已于 almost 6 years前审核

Some troubleshooting had to be done, good for practice though

Roberto M. · 已于 almost 6 years前审核

Really nice, thorough. One issue, this doesn't create a deployment per instruction kubectl run nginx --image=nginx:1.10.0

Jian l. · 已于 almost 6 years前审核

Ganesh K. · 已于 almost 6 years前审核

AnupYelamali A. · 已于 almost 6 years前审核

Jeffrey A. · 已于 almost 6 years前审核

it's better this time, still getting error in the middle, I chat with support, He told me there is issue with this lab, they are fixing it.

jane C. · 已于 almost 6 years前审核

Just had some problems with the commands below, that didn't create a deployment:kubectl expose deployment nginx --port 80 --type LoadBalancer kubectl scale deployment nginx --replicas 3

Daniel V. · 已于 almost 6 years前审核

got network connection error, can't proceed

jane C. · 已于 almost 6 years前审核

Reema K. · 已于 almost 6 years前审核

Samouil B. · 已于 almost 6 years前审核

sourabh y. · 已于 almost 6 years前审核

Giving 2 stars for an error early on in the lab. Otherwise its a nice lab. kubectl expose deployment nginx --port 80 --type NodePort Error from server (NotFound): deployments.extensions "nginx" not found You have to use kubectl create deployment nginx -- image-nginx:1.10.0 instead of "run" in order to generate nginx extensions it seems. Had to do some "Googling" to debug the lab instructions.

Allan W. · 已于 almost 6 years前审核

.

Victor O. · 已于 almost 6 years前审核

실습 중간에 틀린 내용이 있음

최현종 최. · 已于 almost 6 years前审核

You can update the following commands. kubectl create deployment nginx --image=nginx:1.10.0 kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl kubectl exec [POD] -- [COMMAND] instead.

Vikram S. · 已于 almost 6 years前审核

Olawuyi G. · 已于 almost 6 years前审核

Very instructive! Feedback on the `kubectl run nginx ...` command: on my machine this didn't create a deployment, I had to create it with `kubectl create deployment nginx --image=nginx:latest`.

Philipp F. · 已于 almost 6 years前审核

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