Hello Node Kubernetes Reviews
28087 reviews
Shivam G. · Reviewed almost 7 years ago
Another fun Kubernetes lab :) There seems to be a bit of a mix up; in "Roll out an upgrade to your service", the instructions given are: docker build -t gcr.io/qwiklabs-gcp-d074f24e372a57fa/hello-node:v2 . docker push gcr.io/qwiklabs-gcp-d074f24e372a57fa/hello-node:v1 The push instruction seems to be incorrect; it will push v1 to the container registry, but not v2. This will cause rolling updates to fail when editing the deployment to look for image v2 instead of v1.
Ting C. · Reviewed almost 7 years ago
Mariusz A. · Reviewed almost 7 years ago
Ben W. · Reviewed almost 7 years ago
Version-2 docker image push command is spelled incorrectly as:docker push gcr.io/PROJECT_ID/hello-node:v1 instead of v2.
md g. · Reviewed almost 7 years ago
Noel N. · Reviewed almost 7 years ago
Clever C. · Reviewed almost 7 years ago
Konstantin . · Reviewed almost 7 years ago
Michael T. · Reviewed almost 7 years ago
MADHU P. · Reviewed almost 7 years ago
Saurav B. · Reviewed almost 7 years ago
Yogesh A. · Reviewed almost 7 years ago
Yuki y. · Reviewed almost 7 years ago
Tejas B. · Reviewed almost 7 years ago
Stephanie O. · Reviewed almost 7 years ago
docker build -t gcr.io/PROJECT_ID/hello-node:v2 . docker push gcr.io/PROJECT_ID/hello-node:v1 I think v2 should be pushed to registry Thanks.
Marley M. · Reviewed almost 7 years ago
good
sbei m. · Reviewed almost 7 years ago
Navneet G. · Reviewed almost 7 years ago
Roll out an upgrade to your service -> the docker push should be to :v2 ? in the sample code it is being pushed to : docker push gcr.io/[PROJECT_ID]/hello-node:v1
Anaz J. · Reviewed almost 7 years ago
very satisfied
健 近. · Reviewed almost 7 years ago
Grady F. · Reviewed almost 7 years ago
Xiaoping W. · Reviewed almost 7 years ago
Max M. · Reviewed almost 7 years ago
Paul R. · Reviewed almost 7 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.