Group Promote is possible? #3629
Unanswered
kingbj940429
asked this question in
Q&A
Replies: 1 comment
-
The ideal scenario is to make the frontend a bit smarter and have a configuration parameter for which backend to use. This avoids any momentary discrepancies once and for all. I have documented the details here https://codefresh.io/blog/multi-service-progressive-delivery-with-argo-rollouts/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have backend and frontend server and use blue/green with argo rollout.
currently, I create new versions of the frontend and backend as blue and manually promote them after they pass the analysis without any issues.
However, even if we promote the frontend and then immediately promote the backend, there is a momentary discrepancy. I wonder if there is a feature that allows them to be promoted simultaneously.
There is a very very short moment where the frontend is pointing to the previous version of the backend.
Beta Was this translation helpful? Give feedback.
All reactions