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

Blue/green strategy for applications with port on 443 #8

Open
geethaRam opened this issue Apr 9, 2018 · 1 comment
Open

Blue/green strategy for applications with port on 443 #8

geethaRam opened this issue Apr 9, 2018 · 1 comment

Comments

@geethaRam
Copy link

geethaRam commented Apr 9, 2018

Thanks for the reference example. The post provides a Blue/green strategy of using different ports and listeners to control the traffic between blue and green. In enterprises like ours, we use products for authentication and they can work only in certain ports like 443. What could be the blue/green strategy in such cases?
We have an apache container running on 443 linked to a springboot container that is running on 8080. Only port 443 can be used since the tool (Cleartrust) used for authentication require that port.

@mendhak
Copy link

mendhak commented Sep 29, 2020

@geethaRam did you ever find an answer to this? Just making guesses, was it to use two load balancers perhaps, or two DNS names with ALB rules?

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

No branches or pull requests

2 participants