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

Added example to show how to use service behind ALB as a virtual-service #202

Merged
merged 1 commit into from
Sep 9, 2019

Conversation

kiranmeduri
Copy link
Contributor

Issue #, if available:
Related to #119

Description of changes:
This example provides a basic setup where there is a external facing ALB that forwards traffic to a target-group that is also registered as virtual-node with App Mesh. This virtual-node (front) uses backend that is registered as virtual-service. This virtual-service uses virtual-router that forwards traffic to virtual-node v1 that is behind an internal ALB (just to show how traffic can be routed to ALB backed service) and virtual-node v2 that uses Cloud Map service-discovery.

This is a contrived example to show that it is possible to get this up and running. However, it is not a good user-experience, application need to register with ALB target-group, Cloud Map service-discovery and App Mesh virtual-node. It is preferable to use a single pane API.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@lavignes
Copy link
Contributor

lavignes commented Sep 9, 2019

thanks @kiranmeduri ! I'm just going to give this a test run as a sanity check. Otherwise, LGTM

Copy link
Contributor

@lavignes lavignes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested the demo. Everything looks good.

@lavignes lavignes merged commit d9b1892 into aws:master Sep 9, 2019
lavignes pushed a commit to lavignes/aws-app-mesh-examples that referenced this pull request Sep 25, 2019
@kiranmeduri kiranmeduri deleted the howto-alb branch October 22, 2019 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants