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, you can initiate a rolling update (where, by default, one pod is taken down and new one created with new conatiner image), by using the "kubectl [...] [...] " command
Answer

set image

^^ e.g.

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

, where kubernetes-bootcamp= referes to container image name which you can get from "kubectl describe deploymen kubernetes-bootcamp"


Question
In kubernetes, you can initiate a rolling update (where, by default, one pod is taken down and new one created with new conatiner image), by using the "kubectl [...] [...] " command
Answer
?

Question
In kubernetes, you can initiate a rolling update (where, by default, one pod is taken down and new one created with new conatiner image), by using the "kubectl [...] [...] " command
Answer

set image

^^ e.g.

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

, where kubernetes-bootcamp= referes to container image name which you can get from "kubectl describe deploymen kubernetes-bootcamp"


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.