Kubernetes Basics v1.6 Reviews
11149 reviews
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. · Reviewed כמעט 6 שנים ago
Adebiyi T. · Reviewed כמעט 6 שנים ago
Reema K. · Reviewed כמעט 6 שנים ago
Karen G. · Reviewed כמעט 6 שנים ago
it worked!
Carlos V. · Reviewed כמעט 6 שנים ago
José O. · Reviewed כמעט 6 שנים ago
Benard N. · Reviewed כמעט 6 שנים ago
didn't work
Carlos V. · Reviewed כמעט 6 שנים ago
Some troubleshooting had to be done, good for practice though
Roberto M. · Reviewed כמעט 6 שנים ago
Really nice, thorough. One issue, this doesn't create a deployment per instruction kubectl run nginx --image=nginx:1.10.0
Jian l. · Reviewed כמעט 6 שנים ago
Ganesh K. · Reviewed כמעט 6 שנים ago
AnupYelamali A. · Reviewed כמעט 6 שנים ago
Jeffrey A. · Reviewed כמעט 6 שנים ago
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. · Reviewed כמעט 6 שנים ago
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. · Reviewed כמעט 6 שנים ago
got network connection error, can't proceed
jane C. · Reviewed כמעט 6 שנים ago
Reema K. · Reviewed כמעט 6 שנים ago
Samouil B. · Reviewed כמעט 6 שנים ago
sourabh y. · Reviewed כמעט 6 שנים ago
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. · Reviewed כמעט 6 שנים ago
.
Victor O. · Reviewed כמעט 6 שנים ago
실습 중간에 틀린 내용이 있음
최현종 최. · Reviewed כמעט 6 שנים ago
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. · Reviewed כמעט 6 שנים ago
Olawuyi G. · Reviewed כמעט 6 שנים ago
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. · Reviewed כמעט 6 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.