Kubernetes Basics v1.6 Reviews
11150 reviews
kubectl expose deployment nginx --port 80 --type LoadBalancer Error from server (NotFound): deployments.extensions "nginx" not found kubectl get pods healthy-monolith -w error: You must be logged in to the server (Unauthorized)
S. S. · Reviewed almost 6 years ago
good learning curve
akshay j. · Reviewed almost 6 years ago
Wu D. · Reviewed almost 6 years ago
I've been having the trouble below where the "deployments.extensions "nginx" not found". student_00_9432709e8b17@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-00-e8056c21fa6a)$ kubectl run nginx --image=nginx:1.10.0 pod/nginx created student_00_9432709e8b17@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-00-e8056c21fa6a)$ kubectl get pods NAME READY STATUS RESTARTS AGE nginx 1/1 Running 0 12s student_00_9432709e8b17@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-00-e8056c21fa6a)$ kubectl expose deployment nginx --port 80 --type LoadBalanc er Error from server (NotFound): deployments.extensions "nginx" not found student_00_9432709e8b17@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-00-e8056c21fa6a)$ kubectl expose deployment nginx --port 80 --type LoadBalanc er Error from server (NotFound): deployments.extensions "nginx" not found student_00_9432709e8b17@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-00-e8056c21fa6a)$ kubectl run nginx --image=nginx:1.10.0 Error from server (AlreadyExists): pods "nginx" already exists student_00_9432709e8b17@cloudshell:~/orchestrate-with-kubernetes/kubernetes (qwiklabs-gcp-00-e8056c21fa6a)$ kubectl get pods
Junru C. · Reviewed almost 6 years ago
Daniel E. · Reviewed almost 6 years ago
Tarun S. · Reviewed almost 6 years ago
this lab was really broken. First error I saw was the initial deployment of NGINX wasn't created, then there were too many other errors to record.
Omid E. · Reviewed almost 6 years ago
lots of info
Nanda R. · Reviewed almost 6 years ago
Thanks a lot
Rathish K. · Reviewed almost 6 years ago
Almas M. · Reviewed almost 6 years ago
Tina B. · Reviewed almost 6 years ago
Mohamed S. · Reviewed almost 6 years ago
kubectl create deployment nginx --image=nginx:1.10.0 creates a deployment kubectl run does not. Other than that GREAT!
Laurens V. · Reviewed almost 6 years ago
Marouane G. · Reviewed almost 6 years ago
Amit M. · Reviewed almost 6 years ago
Great
DASH S. · Reviewed almost 6 years ago
Gayatri G. · Reviewed almost 6 years ago
Mark R. · Reviewed almost 6 years ago
Sorry got distracted by some work related stuff and had to end, kubectl expose deployment nginx --port 80 --type LoadBalancer does not work when the kube version is 18.3< and the kubectl run command. I had to user kubectl create deployment nginx --image=nginx:1.10.0 for it to work. Good old Google to the rescue :D
Laurens V. · Reviewed almost 6 years ago
Narotam Pal S. · Reviewed almost 6 years ago
Srikanth B. · Reviewed almost 6 years ago
Vaibhav S. · Reviewed almost 6 years ago
Tushar P. · Reviewed almost 6 years ago
Juan J. · Reviewed almost 6 years ago
Prabhu T. · 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.