hashicorp / waypoint

A tool to build, deploy, and release any application on any platform.
https://waypointproject.io
Other
4.77k stars 328 forks source link

Add the ability to use/set a consul L7 service-splitter #568

Open attachmentgenie opened 3 years ago

attachmentgenie commented 3 years ago

Is your feature request related to a problem? Please describe. Releasing new versions without automatically being able to point ingress traffic to the new version still forces the operator to manually adjust things like dns or write tooling wrapping waypoint into (existing) workflows. If we could leverage e.g consul service-splitter than we could upon accepting the new version change the weight to 100 and have all requests go to the new version automatically

Explain any additional use-cases this would also be required for canary and blue/green deploys

mitchellh commented 3 years ago

This feature is dependent on us building smarter release management features which we have planned. Just noting.

attachmentgenie commented 3 years ago

Looking forward to it.