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

Enable AWS App Mesh #55

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Enable AWS App Mesh #55

wants to merge 15 commits into from

Conversation

timothy-spencer
Copy link

This gets AWS app mesh going, ala #8.

It also tweaks the 2048 app fixture to use app mesh. The loadbalancer currently does not work for some reason, but you can do kubectl port-forward service/gw-2048 8443:443 and then go to https://localhost:8443 to see it work. Then, to know that ssl is going, you can look at:

kubectl  exec -it deployment.apps/deployment-2048 -c envoy -- curl -s localhost:9901/stats | grep -e "ssl.handshake"
kubectl  exec -it deployment.apps/gw-2048 -c envoy -- curl -s localhost:9901/stats | grep -e "ssl.handshake"

to see that there are ssl handshakes happening between the gw and the deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants