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

Docker: Explore option for zero-downtime deployment #528

Open
jpmckinney opened this issue Oct 7, 2024 · 1 comment
Open

Docker: Explore option for zero-downtime deployment #528

jpmckinney opened this issue Oct 7, 2024 · 1 comment
Labels

Comments

@jpmckinney
Copy link
Member

jpmckinney commented Oct 7, 2024

e.g. blue-green deployment

This can be done with elaborate systems like Kubernetes or Rancher, but it's also possible to do it by simply scaling new/old versions of containers up/down (see links below).

Preference is to do it via scaling.

I think we would have to change how we do networking for Docker containers. Right now we assign individual ports to containers.

In the blog posts, https://github.com/nginx-proxy/nginx-proxy or Traefik (which has Docker support) are used, to (as I understand) autodiscover the ports instead.

Similar:

@jpmckinney
Copy link
Member Author

There's also dokku and https://kamal-deploy.org but I think a simple configuration as above might be better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant