Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: zero downtime deployment #994

Open
tanmoysrt opened this issue Aug 28, 2024 · 0 comments
Open

feat: zero downtime deployment #994

tanmoysrt opened this issue Aug 28, 2024 · 0 comments
Labels
enhancement New feature or request performance

Comments

@tanmoysrt
Copy link
Member

tanmoysrt commented Aug 28, 2024

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.

  • If deployed app has only 1 replica, before update increase the replica count to 2 and after update fix the replica count to 1 again'

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

@tanmoysrt tanmoysrt added enhancement New feature or request performance labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant