Kubernetes Basics v1.6 Reviews

11150 reviews

AMAN M. · Reviewed almost 6 years ago

Wajid K. · Reviewed almost 6 years ago

done

Pawandeep k. · Reviewed almost 6 years ago

very detailed lab

Pranay L. · Reviewed almost 6 years ago

YASH K. · Reviewed almost 6 years ago

Piyush B. · Reviewed almost 6 years ago

Praveen R. · Reviewed almost 6 years ago

Muskan G. · Reviewed almost 6 years ago

진행 과정 중에 오류가 있습니다. run으로 안될 수 있는데 create를 선행해야 합니다. kubernetes/kubernetes (qwiklabs-gcp-02-b837169063b8)$ kubectrl create deployments nginx --image=nginx:1.10.0 -bash: kubectrl: command not found student_02_4b1845635f9c@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-02-b837169063b8)$ kubectl create deployments nginx --image=nginx:1.10.0 Error: unknown flag: --image See 'kubectl create --help' for usage. student_02_4b1845635f9c@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-02-b837169063b8)$ kuberctl create deployments nginx --image=nginx:1.10.0 -bash: kuberctl: command not found student_02_4b1845635f9c@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-02-b837169063b8)$ kubectl create deployment nginx --image=nginx:1.10.0 deployment.apps/nginx created student_02_4b1845635f9c@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-02-b837169063b8)$ kubectl run nginx --image=nginx:1.10.0 Error from server (AlreadyExists): pods "nginx" already exists student_02_4b1845635f9c@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-02-b837169063b8)$ student_02_4b1845635f9c@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-02-b837169063b8)$ kubectl run nginx --image=nginx:1.10.0

WonCheol K. · Reviewed almost 6 years ago

Gennaro S. · Reviewed almost 6 years ago

Orlando R. · Reviewed almost 6 years ago

There is an error in this documentation. You can refer to https://github.com/ivanfioravanti/kubernetes-the-hard-way-on-azure/issues/31

Zhili Z. · Reviewed almost 6 years ago

Asad K. · Reviewed almost 6 years ago

Benjamin M. · Reviewed almost 6 years ago

No matter what, it could never do the step to create the loadbalancer for the nginx. It always said the deployment wasnt found. The instructions said that a deployment would be created in the background when telling the pod to run Error from server (NotFound): deployments.extensions "nginx" not found

nick c. · Reviewed almost 6 years ago

Oliver T. · Reviewed almost 6 years ago

Lakshit S. · Reviewed almost 6 years ago

Dennis B. · Reviewed almost 6 years ago

Cool

Reinaldo B. · Reviewed almost 6 years ago

will retry, as when i got to the part where i create a pod, and it says a deployment should be created with it, it didn't create the deployment, and the remaining steps couldn't be complete. will review again if on 2nd try it works

nick c. · Reviewed almost 6 years ago

Shruti P. · Reviewed almost 6 years ago

Some commands are notworking as mentioned and I added in the chat

Nuwan w. · Reviewed almost 6 years ago

Piyush B. · Reviewed almost 6 years ago

Pitchireddy T. · Reviewed almost 6 years ago

kubectl create deployment step to be added instead of kubctl run nginx. kubctl expose gives error otherwise.

Pratiksha J. · Reviewed almost 6 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.