Skip to content

prevent failing requests for app during deployment rollout #7862

@n1ru4l

Description

@n1ru4l

Sometimes it happens that the app is not reachable for a short time period during a deployment. This should not happen.

  • Requests should be routed to the old pod, while new pods getting ready
  • Once new pods are ready, new requests should be routed there
  • Once the old pods have no open connections (or after some grace period); the old pods should be killed
Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions