Canary deployment
In canary deployment strategy, a small number of pods or just a single pod is run for new deployment alongside the old one, and so only a small number of traffic goes to new deployment.
After some tests and verifications, the pods in old deployment gets replaced with new pods and the deployment with test pods is deleted.