We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allows the web server to do blue green upgrades .
https://github.com/basecamp/kamal-proxy/tree/main/example
I was thinking how well GoUp and kamal proxy can work together.
When you deploy , it can update the blue to green ensuring no connection is dropped .
It’s very simple and clean with a simple json rpc to tell you what it is doing . Also has a cli so you can try it out locally .
I use it to manage many golang projects .
I have to write a tofu / terraform for it one of these days , so it’s easy to manage many of them as a fleet and upgrade the servers .
The text was updated successfully, but these errors were encountered:
I think this could be a plugin 🤔
Sorry, something went wrong.
Hope so . As kamal proxy is minimal also
No branches or pull requests
Allows the web server to do blue green upgrades .
https://github.com/basecamp/kamal-proxy/tree/main/example
I was thinking how well GoUp and kamal proxy can work together.
When you deploy , it can update the blue to green ensuring no connection is dropped .
It’s very simple and clean with a simple json rpc to tell you what it is doing . Also has a cli so you can try it out locally .
I use it to manage many golang projects .
I have to write a tofu / terraform for it one of these days , so it’s easy to manage many of them as a fleet and upgrade the servers .
The text was updated successfully, but these errors were encountered: