Hello Node Kubernetes Reviews
21179 reviews
Sin C. · Reviewed מעל 4 שנים ago
Command kubectl run does not create a deployment, it creates a pod and puts an image there.
Franciszek B. · Reviewed מעל 4 שנים ago
I didn't know how to use vi editor and i get stuck. It is not your fault but mine so I will give you full ratings. Also this command for creating de hello node didn't created it ready kubectl run hello-node \ > --image=gcr.io/PROJECT_ID/hello-node:v1 \ > --port=8080
Cristian B. · Reviewed מעל 4 שנים ago
Sathiyaprakash S. · Reviewed מעל 4 שנים ago
Tomasz G. · Reviewed מעל 4 שנים ago
Robert S. · Reviewed מעל 4 שנים ago
Need to change from "kubectl run hello-node \ --image=gcr.io/PROJECT_ID/hello-node:v1 \ --port=8080" to : kubectl create deployment hello-node --image=gcr.io/qwiklabs-gcp-00-7acc4a02b458/hello-node:v1
Ryan Hoon H. · Reviewed מעל 4 שנים ago
several commands do not work as described. kubectl run does not create a deployment but a pod, so all the following does not work if a deployment is not manually created. The dashboard and scaling seems to have problems as well.
Christian W. · Reviewed מעל 4 שנים ago
unable to connect 8080 port, i followed instructions and didnt work
miguel r. · Reviewed מעל 4 שנים ago
The kubectl run command did not create a depoyment. I had to create one before the rest worked
Ludovic L. · Reviewed מעל 4 שנים ago
Muhammad Fikri Bill G. · Reviewed מעל 4 שנים ago
some this worng in instruction
Pubudu D. · Reviewed מעל 4 שנים ago
Gabriela G. · Reviewed מעל 4 שנים ago
Raul S. · Reviewed מעל 4 שנים ago
Atichat P. · Reviewed מעל 4 שנים ago
Kritsadanshon S. · Reviewed מעל 4 שנים ago
Out of date on kubectl run. In version 1.18 it will create only a pod, not a deployment.
Bogdan D. · Reviewed מעל 4 שנים ago
Naoto K. · Reviewed מעל 4 שנים ago
Christopher M. · Reviewed מעל 4 שנים ago
和久 神. · Reviewed מעל 4 שנים ago
Sean s. · Reviewed מעל 4 שנים ago
Yulian -. · Reviewed מעל 4 שנים ago
Perhaps k8s commands have changed as below does not launch a "deployment". kubectl run hello-node \ --image=gcr.io/PROJECT_ID/hello-node:v1 \ --port=8080
Mike W. · Reviewed מעל 4 שנים ago
Divyang D. · Reviewed מעל 4 שנים ago
astrid b. · Reviewed מעל 4 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.