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

Kamal proxy #8

Open
joeblew999 opened this issue Apr 4, 2025 · 2 comments
Open

Kamal proxy #8

joeblew999 opened this issue Apr 4, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@joeblew999
Copy link

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 .

@mirkobrombin
Copy link
Member

I think this could be a plugin 🤔

@joeblew999
Copy link
Author

Hope so . As kamal proxy is minimal also

@mirkobrombin mirkobrombin added the enhancement New feature or request label Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants