[Solved] Deploy a feature with zero downtime


You should use strategy as rolling update with max surge and max unavailable defined

for morer information go here https://kubernetes.io/docs/concepts/workloads/controllers/deployment/

solved Deploy a feature with zero downtime