Kubernetes Basics v1.6 Reviews
11150 reviews
There is a bug during lab practice so please make it correct to make a lab session more interactive. Unable to execute below command during run and deploy container in kubernetes : kubectl expose deployment nginx --port 80 --type LoadBalancer and got below error : Unable to execute below command during run and deploy container in kubernetes : kubectl expose deployment nginx --port 80 --type LoadBalancer Note: please replace the command from "kubectl run deployment nginx --image=nginx:1.10.0" to kubectl create deployment nginx --image=nginx:1.10.0 After that it will work fine.
Neeraj K. · Reviewed almost 6 years ago
Emilio L. · Reviewed almost 6 years ago
Muskan G. · Reviewed almost 6 years ago
Ramon K. · Reviewed almost 6 years ago
Menghe L. · Reviewed almost 6 years ago
Aniket N. · Reviewed almost 6 years ago
Possibly due to brokenness in the cloud today, several of the commands specified (even copied directly) did not produce desired results. the 'run' nginx could not be exposed: $ kubectl expose deployment nginx --port 80 --type LoadBalancer Error from server (NotFound): deployments.extensions "nginx" not found Later the secure-monolith never got past the "Creating" stage. Will retry later.
Peter N. · Reviewed almost 6 years ago
Sugapriya K. · Reviewed almost 6 years ago
Misha P. · Reviewed almost 6 years ago
There was a typo in step 2 when learning liveness probe, you said readiness instead of liveness. Also kubectl run seems to create a pod not a deployment I am confused here!!!
Mouhsen I. · Reviewed almost 6 years ago
LAKSHMI MANASA N. · Reviewed almost 6 years ago
Rahul T. · Reviewed almost 6 years ago
Giriraj P. · Reviewed almost 6 years ago
Valerio U. · Reviewed almost 6 years ago
I need more examples, this was really brief
Justin V. · Reviewed almost 6 years ago
Leonard C. · Reviewed almost 6 years ago
flow is some problem first, create kubctel, and after run proccess. 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
The lab as content was good but there are problems starting from step 5 in Bash Completion (Optional) -- no deployments just a pod commands are accepted--
Shorouk A. · Reviewed almost 6 years ago
Marek G. · Reviewed almost 6 years ago
Some more or clear explanation would be good for better understanding of each steps
Manuel V. · Reviewed almost 6 years ago
Marek G. · Reviewed almost 6 years ago
Azamat A. · Reviewed almost 6 years ago
One of the commands didn't run
Sunil R. · Reviewed almost 6 years ago
Marco N. · Reviewed almost 6 years ago
Warwick W. · 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.