Hacker News new | ask | show | jobs
by sciurus 471 days ago
Argo Rollouts is an extra orchestration layer on top of a traffic management provider. Which one are you using? If you use the ALB controller you still have to deal with pod shutdown / target deregistration timing issues.

https://argoproj.github.io/argo-rollouts/features/traffic-ma...

1 comments

We’re using the alb controller to expose our kind: Rollouts. The blue green configuration has some sort of delay before cutting over which prevents any 5xx class errors due to target groups (at least for us)