[Cloud] 7. Deployment strategies


[Cloud] 7. Deployment strategies

There are several ways to update an application in a kubernetes environment. Distribution in the actual Kubernetes environment is distributed in connection with CI/CD. There are four deployment strategies: Recreate The first method is called Recreate. This method deletes the existing version of the Pod and deploys the updated Pod. In the picture above, from the top left, first, the existing V1 Pod is deleted and the V2 Pod is created. In this method, service downtime occurs until V2 Pod is creat...


#Blue #Canary #kubernetes #Rampld #recreate #RollingUpdate #배포전략 #쿠버네티스

원문링크 : [Cloud] 7. Deployment strategies