Hello Node Kubernetes Reviews
28091 reviews
Puneeth R. · Reviewed כמעט 7 שנים ago
ABHISHEK Y. · Reviewed כמעט 7 שנים ago
SIVARAMA PRASAD P. · Reviewed כמעט 7 שנים ago
Fermin B. · Reviewed כמעט 7 שנים ago
Shivam G. · Reviewed כמעט 7 שנים 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 כמעט 7 שנים ago
Mariusz A. · Reviewed כמעט 7 שנים ago
Ben W. · Reviewed כמעט 7 שנים 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 כמעט 7 שנים ago
Noel N. · Reviewed כמעט 7 שנים ago
Clever C. · Reviewed כמעט 7 שנים ago
Konstantin . · Reviewed כמעט 7 שנים ago
Michael T. · Reviewed כמעט 7 שנים ago
MADHU P. · Reviewed כמעט 7 שנים ago
Saurav B. · Reviewed כמעט 7 שנים ago
Yogesh A. · Reviewed כמעט 7 שנים ago
Yuki y. · Reviewed כמעט 7 שנים ago
Tejas B. · Reviewed כמעט 7 שנים ago
Stephanie O. · Reviewed כמעט 7 שנים 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 כמעט 7 שנים ago
good
sbei m. · Reviewed כמעט 7 שנים ago
Navneet G. · Reviewed כמעט 7 שנים 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 כמעט 7 שנים ago
very satisfied
健 近. · Reviewed כמעט 7 שנים ago
Grady F. · Reviewed כמעט 7 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.