Opiniones sobre Aspectos básicos de Kubernetes v1.6
11149 opiniones
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. · Se revisó hace casi 6 años
Adebiyi T. · Se revisó hace casi 6 años
Reema K. · Se revisó hace casi 6 años
Karen G. · Se revisó hace casi 6 años
it worked!
Carlos V. · Se revisó hace casi 6 años
José O. · Se revisó hace casi 6 años
Benard N. · Se revisó hace casi 6 años
didn't work
Carlos V. · Se revisó hace casi 6 años
Some troubleshooting had to be done, good for practice though
Roberto M. · Se revisó hace casi 6 años
Really nice, thorough. One issue, this doesn't create a deployment per instruction kubectl run nginx --image=nginx:1.10.0
Jian l. · Se revisó hace casi 6 años
Ganesh K. · Se revisó hace casi 6 años
AnupYelamali A. · Se revisó hace casi 6 años
Jeffrey A. · Se revisó hace casi 6 años
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. · Se revisó hace casi 6 años
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. · Se revisó hace casi 6 años
got network connection error, can't proceed
jane C. · Se revisó hace casi 6 años
Reema K. · Se revisó hace casi 6 años
Samouil B. · Se revisó hace casi 6 años
sourabh y. · Se revisó hace casi 6 años
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. · Se revisó hace casi 6 años
.
Victor O. · Se revisó hace casi 6 años
실습 중간에 틀린 내용이 있음
최현종 최. · Se revisó hace casi 6 años
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. · Se revisó hace casi 6 años
Olawuyi G. · Se revisó hace casi 6 años
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. · Se revisó hace casi 6 años
No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.