Hello Node Kubernetes avaliações
28105 avaliações
Existe um problema no passo para criar o POD. Ao executar o comando: kubectl run hello-node \ --image=gcr.io/qwiklabs-gcp-04-227ba861b725/hello-node:v1 \ --port=8080 não funciona, exibe erro - image not set só funcionou com o comando: kubectl create deployment hello-node \ --image=gcr.io/qwiklabs-gcp-04-227ba861b725/hello-node:v1
Jair Aguiar V. · Revisado há almost 6 years
Nice Lab
Miguel G. · Revisado há almost 6 years
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. · Revisado há almost 6 years
Sin C. · Revisado há almost 6 years
Command kubectl run does not create a deployment, it creates a pod and puts an image there.
Franciszek B. · Revisado há almost 6 years
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. · Revisado há almost 6 years
Sathiyaprakash S. · Revisado há almost 6 years
Tomasz G. · Revisado há almost 6 years
Robert S. · Revisado há almost 6 years
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. · Revisado há almost 6 years
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. · Revisado há almost 6 years
unable to connect 8080 port, i followed instructions and didnt work
miguel r. · Revisado há almost 6 years
The kubectl run command did not create a depoyment. I had to create one before the rest worked
Ludovic L. · Revisado há almost 6 years
Muhammad Fikri Bill G. · Revisado há almost 6 years
some this worng in instruction
Pubudu D. · Revisado há almost 6 years
Gabriela G. · Revisado há almost 6 years
Raul S. · Revisado há almost 6 years
Atichat P. · Revisado há almost 6 years
Kritsadanshon S. · Revisado há almost 6 years
Out of date on kubectl run. In version 1.18 it will create only a pod, not a deployment.
Bogdan D. · Revisado há almost 6 years
Naoto K. · Revisado há almost 6 years
Christopher M. · Revisado há almost 6 years
和久 神. · Revisado há almost 6 years
Sean s. · Revisado há almost 6 years
Yulian -. · Revisado há almost 6 years
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.