Category: Kubernetes, container, logging, RabbitMQ

Whenever a new container image is set for a Deployment, Kubernetes will replace every Pod. By default, this is done using a rolling-rollout strategy, where Pods with the new image are spun up and old ones are killed step by step.

Related Articles