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

Canary deployment #7

Open
walkerrandolphsmith opened this issue Aug 12, 2020 · 0 comments
Open

Canary deployment #7

walkerrandolphsmith opened this issue Aug 12, 2020 · 0 comments
Projects

Comments

@walkerrandolphsmith
Copy link
Owner

walkerrandolphsmith commented Aug 12, 2020

User segmentation describes the process of dividing your customer base into subsets based on one or more dimensions. Perhaps it is their geographical location, role, system activity. We can experiment with new ideas and release them to specific segments.

Different from blue-green deployments in that the new capability is rolled out to a specific user segment to mitigate risk.
We can use Istio to manage envoy sidecar proxies and apply HTTP header rules. Our application can apply information about what user segment a user is a member to HTTP headers and Istio can route traffic based on those headers.

If the HTTP header X-Segment-Role-Admin is present route traffic to a service tagged with beta-layout-for-admins and to alpha version otherwise.

@walkerrandolphsmith walkerrandolphsmith added this to Ready in roadmap Aug 12, 2020
@walkerrandolphsmith walkerrandolphsmith changed the title A/B testing with user segmentation Canary deployment Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
roadmap
  
Ready
Development

No branches or pull requests

1 participant