Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question

In kubernetes, let's say you have 4 pods, in deployment "kubernetes-bootcamp", that are running container image "gcr.io/google-sample/kubernetes-bootcamp:v1", issue command to do rolling upgrade to image "gcr.io/google-sample/kubernetes-bootcamp:v2", fillout below occultions:

kubectl [...] [...] deployment.v1.apps/kubernetes-bootcamp kubernetes-bootcamp= [...]

NOTE: the kubernetes-bootcamp= part is referring to the conatiner name (which you can get from "kubectl describe deployment kubernetes-bootcamp"

Answer

kubectl set image deployment.v1.apps/kubernetes-bootcamp kubernetes-bootcamp=gcr.io/google-sample/kubernetes-bootcamp:v2


Question

In kubernetes, let's say you have 4 pods, in deployment "kubernetes-bootcamp", that are running container image "gcr.io/google-sample/kubernetes-bootcamp:v1", issue command to do rolling upgrade to image "gcr.io/google-sample/kubernetes-bootcamp:v2", fillout below occultions:

kubectl [...] [...] deployment.v1.apps/kubernetes-bootcamp kubernetes-bootcamp= [...]

NOTE: the kubernetes-bootcamp= part is referring to the conatiner name (which you can get from "kubectl describe deployment kubernetes-bootcamp"

Answer
?

Question

In kubernetes, let's say you have 4 pods, in deployment "kubernetes-bootcamp", that are running container image "gcr.io/google-sample/kubernetes-bootcamp:v1", issue command to do rolling upgrade to image "gcr.io/google-sample/kubernetes-bootcamp:v2", fillout below occultions:

kubectl [...] [...] deployment.v1.apps/kubernetes-bootcamp kubernetes-bootcamp= [...]

NOTE: the kubernetes-bootcamp= part is referring to the conatiner name (which you can get from "kubectl describe deployment kubernetes-bootcamp"

Answer

kubectl set image deployment.v1.apps/kubernetes-bootcamp kubernetes-bootcamp=gcr.io/google-sample/kubernetes-bootcamp:v2


Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.