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 kubernets, explain in detail what happens, by default, when you do a rolling update via the "kubectl set image" command?
Answer
One old pod is taken down and a whole new pod is created in its place with the update image, this continues until all old pods are replaced with new pods with the new image. By default 1 pod is taken down at a time at most, and 1 new one created at most at a time, but this is configurable.

Question
In kubernets, explain in detail what happens, by default, when you do a rolling update via the "kubectl set image" command?
Answer
?

Question
In kubernets, explain in detail what happens, by default, when you do a rolling update via the "kubectl set image" command?
Answer
One old pod is taken down and a whole new pod is created in its place with the update image, this continues until all old pods are replaced with new pods with the new image. By default 1 pod is taken down at a time at most, and 1 new one created at most at a time, but this is configurable.

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.