swiftwave-org / swiftwave

Self-hosted lightweight PaaS solution to deploy and manage your applications on any VPS [Your own self-hosted Heroku, Vercel]
https://swiftwave.org
Apache License 2.0
465 stars 38 forks source link

feat: zero downtime deployment #994

Open tanmoysrt opened 2 months ago

tanmoysrt commented 2 months ago

When some app has 1 replica and we try to roll out new version of our app. So deployed app always face a downtime due to pause/resume the containers.

As a solution, we can do this.

Also, keep it optional for apps, as some apps (which has requirement of persistent volume) can face issue with this feature.