Backend [Testing] K8s Deployment Strategies Without the Hype — Just Native Solutions The Recreate strategy is the simplest to understand. When a new version of your application is deployed, Kubernetes terminates all the existing Pods before spinning up the new ones. This strategy ensures that only one version of … Read More →