0

is there a difference between deleting all pods in a daployment or doing a rollout restart of the deployment? Of course with no changes in the deployment configuration.

Thanx

natrium
  • 31
  • 3
  • 1
    As your question is related to k8s, finding an answer here might be difficult, as not many people seem to able to answer k8s-related questions. You would have better luck asking this on another StackExchange site dedicated for DevOps. – Dan Dec 29 '22 at 14:01
  • I would always do a k rollout restart deploy instead of using a delete, the restart command will gracefully terminate all pods in your deployment and bring up new ones. – Riv P Dec 29 '22 at 15:23

0 Answers0