Kubernetes Deployment Strageties

๐—ž๐˜‚๐—ฏ๐—ฒ๐—ฟ๐—ป๐—ฒ๐˜๐—ฒ๐˜€ ๐——๐—ฒ๐—ฝ๐—น๐—ผ๐˜†๐—บ๐—ฒ๐—ป๐˜ ๐—ฆ๐˜๐—ฟ๐—ฎ๐˜๐—ฒ๐—ด๐—ถ๐—ฒ๐˜€


Deployment is managing pods and replica sets using rules and functions. But, the thing is not coding is everything you have to keep certain aspects on how to deploy. Aspects to keep a look at while deploying are

- Ease of Use
- High Performance
- Availability

Some Good Deployment Strategies used by Organizations are as follows.

๐—•๐—น๐˜‚๐—ฒ-๐—š๐—ฟ๐—ฒ๐—ฒ๐—ป ๐——๐—ฒ๐—ฝ๐—น๐—ผ๐˜†๐—บ๐—ฒ๐—ป๐˜

Two separate application environments are needed. One is shown live to the user, which is the blue one. When a user goes to the application, the blue deployment is shown. Green is only for further versions, including changing, upgrading, and releasing new versions. When it's done Green is turned into Blue and its copy is made for Green

๐—–๐—ฎ๐—ป๐—ฎ๐—ฟ๐˜† ๐——๐—ฒ๐—ฝ๐—น๐—ผ๐˜†๐—บ๐—ฒ๐—ป๐˜

Two Separate application environments are created. In this less number of users are sent as traffic to the canary version. Most of the traffic goes to the main deployment but some are sent to the canary deployment to test and find errors.

Am I right about Deployment Strategies?
Just Be Sure

Post a Comment

0 Comments